pip64 commited on
Commit
307abe8
·
1 Parent(s): be6c61d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ iface = gr.Interface(
22
  inputs="text",
23
  outputs="text",
24
  examples=[["Привет!"], ["Как дела?"]])
25
- iface.launch(share=True)
 
22
  inputs="text",
23
  outputs="text",
24
  examples=[["Привет!"], ["Как дела?"]])
25
+ iface.launch()