aaabiao commited on
Commit
48548d0
·
verified ·
1 Parent(s): f382665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ chat_interface = gr.Interface(
92
  step=0.05,
93
  value=1.1,
94
  ),
95
- gr.Button(label="Generate Response")
96
  ],
97
  outputs=gr.Textbox(label="Chat Output", lines=10),
98
  title="🦣MAmmoTH2",
 
92
  step=0.05,
93
  value=1.1,
94
  ),
95
+ gr.Button("Generate Response")
96
  ],
97
  outputs=gr.Textbox(label="Chat Output", lines=10),
98
  title="🦣MAmmoTH2",