Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ demo = gr.Interface(
|
|
76 |
fn=generate,
|
77 |
inputs=[
|
78 |
gr.components.Dropdown(label="Модель", choices=('GPT', 'T5')),
|
79 |
-
gr.components.Slider(label="Температура",minimum = 0.9,maximum = 3.0,step = 0.1)
|
80 |
gr.components.Textbox(label="Характеристики",value = example),
|
81 |
],
|
82 |
outputs=[
|
|
|
76 |
fn=generate,
|
77 |
inputs=[
|
78 |
gr.components.Dropdown(label="Модель", choices=('GPT', 'T5')),
|
79 |
+
gr.components.Slider(label="Температура",minimum = 0.9,maximum = 3.0,step = 0.1),
|
80 |
gr.components.Textbox(label="Характеристики",value = example),
|
81 |
],
|
82 |
outputs=[
|