Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
playform-ai
/
test_demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
elgammal
commited on
Mar 26, 2023
Commit
43f78ff
·
1 Parent(s):
8f0c133
debug = True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,4 @@ with gr.Blocks() as demo:
36
37
38
if __name__=='__main__':
39
-
demo.launch(share=False,inline= False)
36
37
38
if __name__=='__main__':
39
+
demo.launch(share=False,
debug=True,
inline= False)