Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -716,7 +716,7 @@ def create_interface():
|
|
| 716 |
label="Upload File (Optional)",
|
| 717 |
file_types=[".pdf", ".txt"],
|
| 718 |
type="filepath",
|
| 719 |
-
info=f"Max size: {MAX_FILE_SIZE_MB}MB"
|
| 720 |
)
|
| 721 |
|
| 722 |
with gr.Row():
|
|
|
|
| 716 |
label="Upload File (Optional)",
|
| 717 |
file_types=[".pdf", ".txt"],
|
| 718 |
type="filepath",
|
| 719 |
+
#info=f"Max size: {MAX_FILE_SIZE_MB}MB"
|
| 720 |
)
|
| 721 |
|
| 722 |
with gr.Row():
|