yfor commited on
Commit
310c33d
·
1 Parent(s): 3b4d54a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ iface = gr.Interface(fn=analyze_by_3p5, inputs=[
10
  placeholder='apikey from openai',
11
  type="password")
12
  ], outputs="text")
13
- iface.launch(share=True)
 
10
  placeholder='apikey from openai',
11
  type="password")
12
  ], outputs="text")
13
+ iface.launch()