Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,10 +73,9 @@ iface = gr.Interface(
|
|
| 73 |
outputs=gr.Textbox(label="Chatbot Response"),
|
| 74 |
title="TinyLlama Chatbot",
|
| 75 |
description="Chat with an AI-powered assistant.",
|
| 76 |
-
theme="compact",
|
| 77 |
live=True
|
| 78 |
)
|
| 79 |
|
| 80 |
# Run Gradio app
|
| 81 |
if __name__ == "__main__":
|
| 82 |
-
iface.launch()
|
|
|
|
| 73 |
outputs=gr.Textbox(label="Chatbot Response"),
|
| 74 |
title="TinyLlama Chatbot",
|
| 75 |
description="Chat with an AI-powered assistant.",
|
|
|
|
| 76 |
live=True
|
| 77 |
)
|
| 78 |
|
| 79 |
# Run Gradio app
|
| 80 |
if __name__ == "__main__":
|
| 81 |
+
iface.launch(share=True)
|