Rooni commited on
Commit
c795977
1 Parent(s): b4512d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ iface = gr.Interface(fn=generate, inputs=[
32
  gr.Radio(show_label=True, label="Модель", interactive=True, choices=["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4"], value="gpt-3.5-turbo"),
33
  gr.Slider(show_label=True, label="Максимум токенов", minimum=100, maximum=15000, value=10000, step=1)
34
  ], outputs=gr.Textbox(label="Ответ"), title="EasyGPT")
35
- iface.launch(share=True)
 
32
  gr.Radio(show_label=True, label="Модель", interactive=True, choices=["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4"], value="gpt-3.5-turbo"),
33
  gr.Slider(show_label=True, label="Максимум токенов", minimum=100, maximum=15000, value=10000, step=1)
34
  ], outputs=gr.Textbox(label="Ответ"), title="EasyGPT")
35
+ iface.launch()