Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,8 +89,8 @@ def create_interface():
|
|
89 |
|
90 |
# Settings moved to the bottom
|
91 |
with gr.Accordion("Settings", open=False, elem_id="settings-container"):
|
92 |
-
model = gr.Dropdown(choices=["
|
93 |
-
preset = gr.Dropdown(choices=["Fast", "Normal", "Quality"], label="Select Preset", value="Fast")
|
94 |
|
95 |
# Button click event with loading indicator
|
96 |
submit_btn.click(call_api, inputs=[message, model, preset], outputs=output)
|
|
|
89 |
|
90 |
# Settings moved to the bottom
|
91 |
with gr.Accordion("Settings", open=False, elem_id="settings-container"):
|
92 |
+
model = gr.Dropdown(choices=["Lake 1 Base"], label="Select Model", value="Lake 1 Base")
|
93 |
+
preset = gr.Dropdown(choices=["Fast", "Normal", "Quality", "Unreal Performance"], label="Select Preset", value="Fast")
|
94 |
|
95 |
# Button click event with loading indicator
|
96 |
submit_btn.click(call_api, inputs=[message, model, preset], outputs=output)
|