Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srayuth
/
test01
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
srayuth
commited on
Sep 15, 2024
Commit
4736aa6
·
verified
·
1 Parent(s):
a6dbba7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
from huggingface_hub import InferenceClient
3
1
+
import spaces
2
import gradio as gr
3
from huggingface_hub import InferenceClient
4