Spaces:
Runtime error
Runtime error
Update app.py
#1
by
Hyphonical
- opened
app.py
CHANGED
@@ -17,4 +17,4 @@ import gradio as gr
|
|
17 |
|
18 |
app = gr.Interface(fn=chatbot,inputs=["text","state"],outputs=["chatbot","state"],title="ChatGPT Demo")
|
19 |
|
20 |
-
app.launch(debug=True)
|
|
|
17 |
|
18 |
app = gr.Interface(fn=chatbot,inputs=["text","state"],outputs=["chatbot","state"],title="ChatGPT Demo")
|
19 |
|
20 |
+
app.launch(debug=True, share=True)
|