Rausda6 commited on
Commit
d25d7b2
·
verified ·
1 Parent(s): cf280a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -419,7 +419,7 @@ def create_interface():
419
  label="Upload File (Optional)",
420
  file_types=[".pdf", ".txt"],
421
  type="filepath",
422
- info=f"Max size: {MAX_FILE_SIZE_MB}MB"
423
  )
424
 
425
  with gr.Row():
 
419
  label="Upload File (Optional)",
420
  file_types=[".pdf", ".txt"],
421
  type="filepath",
422
+ #info=f"Max size: {MAX_FILE_SIZE_MB}MB"
423
  )
424
 
425
  with gr.Row():