Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gilvan
/
XRaySwinGen
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gilvan
commited on
Mar 15, 2023
Commit
cc1fd5a
·
1 Parent(s):
a0c2076
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,4 +91,4 @@ with gr.Interface(fn=inference_image_pipe,
91
92
93
if __name__ == "__main__":
94
-
demo.launch(
share=True
)
91
92
93
if __name__ == "__main__":
94
+
demo.launch()