ranamhamoud commited on
Commit
bda6d90
·
verified ·
1 Parent(s): b75125a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], default="A")],
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=[