Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
michellemli
/
PINNACLE
like
8
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
michellemli
commited on
Jul 10, 2023
Commit
8348837
·
1 Parent(s):
378f3ff
Share public link
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -128,4 +128,4 @@ with gr.Blocks() as demo:
128
129
# Launch
130
if __name__ == "__main__":
131
-
demo.launch()
128
129
# Launch
130
if __name__ == "__main__":
131
+
demo.launch(
share=True
)