Spaces:
Sleeping
Sleeping
Commit ·
6698e40
1
Parent(s): dc0e6de
update commit with phi-3 mini 4
Browse files
app.py
CHANGED
|
@@ -46,4 +46,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 46 |
chatbot=gr.Chatbot(type="messages") # fixes the deprecated tuples warning
|
| 47 |
)
|
| 48 |
|
| 49 |
-
demo.launch()
|
|
|
|
| 46 |
chatbot=gr.Chatbot(type="messages") # fixes the deprecated tuples warning
|
| 47 |
)
|
| 48 |
|
| 49 |
+
demo.launch(share=True)
|