Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -249,7 +249,7 @@ def gradio_chat(query, model_label):
|
|
| 249 |
gradio_ui = gr.Interface(
|
| 250 |
fn=gradio_chat,
|
| 251 |
inputs=[
|
| 252 |
-
gr.Textbox(placeholder="
|
| 253 |
gr.Dropdown(
|
| 254 |
choices=[item["label"] for item in available_models],
|
| 255 |
value=available_models[0]["label"],
|
|
|
|
| 249 |
gradio_ui = gr.Interface(
|
| 250 |
fn=gradio_chat,
|
| 251 |
inputs=[
|
| 252 |
+
gr.Textbox(label="",placeholder="Try: Best island in Maldives"),
|
| 253 |
gr.Dropdown(
|
| 254 |
choices=[item["label"] for item in available_models],
|
| 255 |
value=available_models[0]["label"],
|