Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Kartheesh
/
bara_project1
like
0
Runtime error
App
Files
Files
Community
Kartheesh
commited on
Apr 22, 2023
Commit
09dbe6f
•
1 Parent(s):
6b4b9cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ demo = gr.Interface(
60
61
62
)
63
-
demo.launch()
60
61
62
)
63
+
demo.launch(
inline=False
)