Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ttheland
/
demo-butterfly-spaces
like
4
Runtime error
App
Files
Files
Community
ttheland
commited on
Feb 2, 2022
Commit
ca25ee1
•
1 Parent(s):
88d771e
typo in function call
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -123,6 +123,6 @@ iface = gr.Interface(
123
enable_queue=enable_queue
124
)
125
126
-
iface.
test.launch
()
127
128
iface.launch(share=True)
123
enable_queue=enable_queue
124
)
125
126
+
iface.
test_launch
()
127
128
iface.launch(share=True)