Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gnosticdev/bot_reformas
gnosticdev
/
gnosticdev_chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sultan-hassan
commited on
Jan 16
Commit
1d68421
·
verified
·
1 Parent(s):
9bd9969
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -96,4 +96,4 @@ demo = gr.ChatInterface(rag_memory_stream,
96
97
98
if __name__ == "__main__":
99
-
demo.launch()
96
97
98
if __name__ == "__main__":
99
+
demo.launch(
share=True
)