psyonp commited on
Commit
08db4cc
·
verified ·
1 Parent(s): 12ef4a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ gradio.Interface(fn=chat,
27
  description="An AI model powered by Falcon 3B. Talk to me about anything!",
28
  article="<b>Note:</b> This is a simple chatbot built with Gradio. Type below and let the model respond.",
29
 
30
- theme="huggingface").launch()
 
27
  description="An AI model powered by Falcon 3B. Talk to me about anything!",
28
  article="<b>Note:</b> This is a simple chatbot built with Gradio. Type below and let the model respond.",
29
 
30
+ theme="huggingface").launch(share=True)