paloma99 commited on
Commit
cad1126
1 Parent(s): aef672f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,7 +1,9 @@
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
5
+
6
+ theme = theme.Theme()
7
 
8
  # Cell 1: Image Classification Model
9
  image_pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")