Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
srinuksv/SRUNU
srinuksv
/
weDjangoLLM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
srinuksv
commited on
Jul 2, 2024
Commit
bd3f667
·
verified
·
1 Parent(s):
2b44908
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -106,4 +106,4 @@ interface = gr.Interface(
106
)
107
108
# Launch the Gradio interface
109
-
interface.launch()
106
)
107
108
# Launch the Gradio interface
109
+
interface.launch(
share=True
)