Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ gr.Interface(fn=predict,
|
|
46 |
allow_flagging = "manual",
|
47 |
inputs=["text", "state"],
|
48 |
outputs=["chatbot", "state"],
|
49 |
-
theme='gradio/seafoam').launch()
|
50 |
|
51 |
#theme ="grass",
|
52 |
#title = title,
|
|
|
46 |
allow_flagging = "manual",
|
47 |
inputs=["text", "state"],
|
48 |
outputs=["chatbot", "state"],
|
49 |
+
theme='gradio/seafoam').launch(share=True)
|
50 |
|
51 |
#theme ="grass",
|
52 |
#title = title,
|