Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ejschwartz/demo-docker-gradio
ejschwartz
/
decompilation-metrics
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ejschwartz
commited on
Mar 14
Commit
22568e3
·
1 Parent(s):
567f66d
update
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -141,7 +141,7 @@ def run():
141
],
142
)
143
144
-
demo.launch(server_name="0.0.0.0", server_port=7860)
145
146
147
run()
141
],
142
)
143
144
+
demo.launch(server_name="0.0.0.0", server_port=7860
, show_error=True
)
145
146
147
run()