Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|