Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|