pgurazada1 commited on
Commit
cd78f62
1 Parent(s): 0a54e2f

Disable share for spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ demo = gr.Interface(fn=predict_price,
55
  flagging_options=["Incorrect", "Correct"])
56
 
57
  demo.queue(concurrency_count=3)
58
- demo.launch(share=True)
 
55
  flagging_options=["Incorrect", "Correct"])
56
 
57
  demo.queue(concurrency_count=3)
58
+ demo.launch(share=False)