Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(title='MoE-LLaVA🚀') as demo:
|
|
62 |
"What might be the reason for the dog's aggressive behavior?",
|
63 |
],
|
64 |
],
|
65 |
-
inputs=[
|
66 |
)
|
67 |
|
68 |
# with gr.Column(scale=7):
|
|
|
62 |
"What might be the reason for the dog's aggressive behavior?",
|
63 |
],
|
64 |
],
|
65 |
+
inputs=[textbox],
|
66 |
)
|
67 |
|
68 |
# with gr.Column(scale=7):
|