vpcom commited on
Commit
a71dbb8
1 Parent(s): 406074a

fix: share is not supported in spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,4 +126,4 @@ with gr.Blocks() as demo:
126
  css=".gradio-container {direction: rtl; white-space: pre-line;}"
127
  )
128
 
129
- demo.queue(concurrency_count=100, api_open=False).launch(show_api=False, share=True)
 
126
  css=".gradio-container {direction: rtl; white-space: pre-line;}"
127
  )
128
 
129
+ demo.queue(concurrency_count=100, api_open=False).launch(show_api=False) #, share=True)