Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
paloma99
/
GreenGreta
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
paloma99
commited on
Jan 14, 2024
Commit
0f6559a
·
verified
·
1 Parent(s):
bbb2932
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
from transformers import pipeline
3
4
# Load the hotdog-not-hotdog model
1
import gradio as gr
2
+
import threading
3
from transformers import pipeline
4
5
# Load the hotdog-not-hotdog model