Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
camilaaeromoca
/
LLM_gradio
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
camilaaeromoca
commited on
Feb 26, 2024
Commit
011f683
·
verified
·
1 Parent(s):
2fe9137
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -98,4 +98,4 @@ webapp = gr.Interface(fn = funcsolve,
98
examples = ["5 + 3 =", "2 + 9 ="])
99
100
101
-
webapp.launch()
98
examples = ["5 + 3 =", "2 + 9 ="])
99
100
101
+
webapp.launch(
share=True
)