Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ demo = gr.Interface(
|
|
58 |
fn=generate_response,
|
59 |
inputs=[
|
60 |
gr.Textbox(lines=5, label="杓稿叆鎻愮ず (Prompt)"),
|
61 |
-
gr.Dropdown(choices=model_choices, value=
|
62 |
],
|
63 |
outputs=[
|
64 |
gr.Textbox(label="tokens/sec"),
|
|
|
58 |
fn=generate_response,
|
59 |
inputs=[
|
60 |
gr.Textbox(lines=5, label="杓稿叆鎻愮ず (Prompt)"),
|
61 |
+
gr.Dropdown(choices=model_choices, value=InUsed_model_name, label="閬告搰妯″瀷") # Added dropdown
|
62 |
],
|
63 |
outputs=[
|
64 |
gr.Textbox(label="tokens/sec"),
|