yfor commited on
Commit
746e30b
·
1 Parent(s): 3e35f8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ iface = gr.Interface(fn=greet, inputs=[
13
  gr.components.Textbox(label='openai api',
14
  type="password")
15
  ], outputs="text")
16
- iface.launch(share=True)
 
13
  gr.components.Textbox(label='openai api',
14
  type="password")
15
  ], outputs="text")
16
+ iface.launch()