EvgenyK commited on
Commit
23db5ba
·
1 Parent(s): 406e2b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ with gr.Blocks() as demo:
67
 
68
  btn.click(find_best_matches, inputs = text, outputs = gallery)
69
 
70
- demo.launch(show_api=False, share=True)
 
67
 
68
  btn.click(find_best_matches, inputs = text, outputs = gallery)
69
 
70
+ demo.launch(show_api=False)