Spaces:
Sleeping
Sleeping
demo buildout 14
Browse files
app.py
CHANGED
@@ -83,8 +83,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
83 |
|
84 |
chat_inputs = [
|
85 |
image,
|
86 |
-
text_input
|
87 |
-
tokens
|
88 |
]
|
89 |
chat_outputs = [
|
90 |
text_output
|
|
|
83 |
|
84 |
chat_inputs = [
|
85 |
image,
|
86 |
+
text_input
|
|
|
87 |
]
|
88 |
chat_outputs = [
|
89 |
text_output
|