Spaces:
Runtime error
Runtime error
Commit
·
24edd57
1
Parent(s):
3eb2381
* app.py: remove token, it is not a block now
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
107 |
chat_inputs = [
|
108 |
image,
|
109 |
text_input,
|
110 |
-
tokens
|
111 |
]
|
112 |
chat_outputs = [
|
113 |
text_output
|
|
|
107 |
chat_inputs = [
|
108 |
image,
|
109 |
text_input,
|
110 |
+
# tokens
|
111 |
]
|
112 |
chat_outputs = [
|
113 |
text_output
|