Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jacopo
/
ToonClip
like
34
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jacopo
commited on
Mar 28, 2022
Commit
7c148f2
·
1 Parent(s):
4220456
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -163,5 +163,4 @@ iface = gr.Interface(
163
article=article,
164
examples=examples)
165
166
-
iface.launch(
share=True
)
167
-
163
article=article,
164
examples=examples)
165
166
+
iface.launch()