Satyam-Singh commited on
Commit
0628403
·
verified ·
1 Parent(s): 382bf69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ gr.ChatInterface(
193
  ),
194
  title="LLAVA: Large Language Virtual Assistant",
195
  description="Official Demo Of ```LLAVA``` based on ```Large Language Virtual Assistant ```.",
196
- Parameters=bot_inputs
197
  examples=examples,
198
  concurrency_limit=20,
199
  ).launch(show_api=True)
 
193
  ),
194
  title="LLAVA: Large Language Virtual Assistant",
195
  description="Official Demo Of ```LLAVA``` based on ```Large Language Virtual Assistant ```.",
196
+ Parameters=bot_inputs,
197
  examples=examples,
198
  concurrency_limit=20,
199
  ).launch(show_api=True)