Spaces:
Runtime error
Runtime error
NinaAchache
commited on
Commit
•
f9aee46
1
Parent(s):
6a89c2d
delete share because not supported by spaces
Browse fileslog error : Share is not supported when you are in Spaces
app.py
CHANGED
@@ -119,5 +119,5 @@ with gr.Blocks(title="Eki IPCC Explorer") as demo:
|
|
119 |
fn=gen_conv, inputs=[ask, state], outputs=[chatbot, state, sources_textbox]
|
120 |
)
|
121 |
|
122 |
-
demo.launch(
|
123 |
|
|
|
119 |
fn=gen_conv, inputs=[ask, state], outputs=[chatbot, state, sources_textbox]
|
120 |
)
|
121 |
|
122 |
+
demo.launch()
|
123 |
|