xpsychted commited on
Commit
e154f23
1 Parent(s): 6b605e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ demo = gr.Interface(
194
  inputs=[
195
  gr.components.Textbox(label="User question(Response may take up to 2 mins because of hardware limitation)"),
196
  ],
197
- output=[
198
  gr.components.Textbox(label="Output (The answer is meant as a reference and not actual advice)"),
199
  ],
200
  cache_examples=True,
 
194
  inputs=[
195
  gr.components.Textbox(label="User question(Response may take up to 2 mins because of hardware limitation)"),
196
  ],
197
+ outputs=[
198
  gr.components.Textbox(label="Output (The answer is meant as a reference and not actual advice)"),
199
  ],
200
  cache_examples=True,