Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DesignAndProd
/
my-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rewebution
commited on
Feb 22, 2023
Commit
d58aa3a
·
1 Parent(s):
fb7b0b1
fix: type with gradio_interface
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -12,4 +12,4 @@ gradio_interface = gradio.Interface(
12
)
13
14
15
-
gradio
.
Interface.
launch()
12
)
13
14
15
+
gradio_interface
.launch()