Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
medin007
/
AIPlanner_GEMMA2_9B
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
medin007
commited on
Nov 18, 2024
Commit
027bce5
·
verified
·
1 Parent(s):
bea394a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -132,5 +132,5 @@ with gr.Blocks() as demo:
132
outputs=output_box
133
)
134
135
-
demo.launch()
136
132
outputs=output_box
133
)
134
135
+
demo.launch(
share=True
)
136