Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
|
|
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)
|