Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -354,7 +354,7 @@ with gr.Blocks(
|
|
354 |
file_types=["image"],
|
355 |
placeholder="Enter message or upload file...",
|
356 |
show_label=False,
|
357 |
-
submit_btn=
|
358 |
)
|
359 |
|
360 |
print(cur_dir)
|
|
|
354 |
file_types=["image"],
|
355 |
placeholder="Enter message or upload file...",
|
356 |
show_label=False,
|
357 |
+
submit_btn=False
|
358 |
)
|
359 |
|
360 |
print(cur_dir)
|