Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def generate(
|
|
101 |
# Gradio Interface Setup
|
102 |
chat_interface = gr.ChatInterface(
|
103 |
fn=generate,
|
104 |
-
additional_inputs=[gr.Dropdown("Model", ["A", "B"],
|
105 |
fill_height=True,
|
106 |
stop_btn=None,
|
107 |
examples=[
|
|
|
101 |
# Gradio Interface Setup
|
102 |
chat_interface = gr.ChatInterface(
|
103 |
fn=generate,
|
104 |
+
additional_inputs=[gr.Dropdown("Model", ["A", "B"],label="Animal", info="Will add more animals later!")],
|
105 |
fill_height=True,
|
106 |
stop_btn=None,
|
107 |
examples=[
|