paloma99 commited on
Commit
aef672f
1 Parent(s): 2471c01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
3
  import torch
4
- import Theme() as theme
5
 
6
  # Cell 1: Image Classification Model
7
  image_pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
 
1
  import gradio as gr
2
  from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
3
  import torch
4
+ import Theme as theme
5
 
6
  # Cell 1: Image Classification Model
7
  image_pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")