Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yoxas
/
Yoxas-autotrain-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yoxas
commited on
Jun 2, 2024
Commit
57e62d9
·
verified
·
1 Parent(s):
69f46a9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
gr.load("models/Yoxas/autotrain-test").launch()
1
import gradio as gr
2
+
import spaces
3
4
+
@spaces.GPU(duration=120)
5
gr.load("models/Yoxas/autotrain-test").launch()