Commit
·
ef86508
1
Parent(s):
473dcdc
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 |
|