Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zenafey
/
prodia
like
3
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
zenafey
commited on
Jul 10, 2023
Commit
8ea49e7
·
1 Parent(s):
6c13665
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -159,5 +159,5 @@ with gr.Blocks() as demo:
159
160
161
if __name__ == "__main__":
162
-
demo.launch(show_api=True
, share=True
)
163
159
160
161
if __name__ == "__main__":
162
+
demo.launch(show_api=True)
163