Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ejschwartz/demo-docker-gradio
ejschwartz
/
decompilation-metrics
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ejschwartz
commited on
Mar 14
Commit
720784d
·
1 Parent(s):
58dff3f
run
Browse files
Files changed (1)
hide
show
main.py
+2
-0
main.py
CHANGED
Viewed
@@ -34,3 +34,5 @@ def run():
34
)
35
36
demo.launch(server_name="0.0.0.0", server_port=7860)
34
)
35
36
demo.launch(server_name="0.0.0.0", server_port=7860)
37
+
38
+
run()