Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
HVL-ML
/
DAT255-first-demo
like
0
Sleeping
App
Files
Files
Community
aalst
commited on
Jan 24
Commit
dda799f
•
1 Parent(s):
0382a9a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ iface = gr.Interface(
27
examples=examples
28
)
29
30
-
iface.launch(
inline=False
)
27
examples=examples
28
)
29
30
+
iface.launch()