NinaAchache commited on
Commit
f9aee46
1 Parent(s): 6a89c2d

delete share because not supported by spaces

Browse files

log error : Share is not supported when you are in Spaces

Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
123
 
 
119
  fn=gen_conv, inputs=[ask, state], outputs=[chatbot, state, sources_textbox]
120
  )
121
 
122
+ demo.launch()
123