Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def main():
|
|
33 |
scale=1,
|
34 |
)
|
35 |
chat_input = gr.MultimodalTextbox(interactive=True,
|
36 |
-
file_count="multiple",
|
37 |
placeholder="Enter message or upload file...",
|
38 |
show_label=False)
|
39 |
user_input = gr.State()
|
|
|
33 |
scale=1,
|
34 |
)
|
35 |
chat_input = gr.MultimodalTextbox(interactive=True,
|
36 |
+
#file_count="multiple",
|
37 |
placeholder="Enter message or upload file...",
|
38 |
show_label=False)
|
39 |
user_input = gr.State()
|