Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|
3 |
import torch
|
4 |
-
import
|
|
|
|
|
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")
|