Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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")
|