Raghav001 commited on
Commit
046cf55
·
1 Parent(s): 2c4107f

pdf doc pptx

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ def up_file(fls):
222
  with gr.Blocks(css=".gradio-container {background-color: #f7f377}, footer {visibility: hidden}") as demo:
223
  with gr.Row():
224
  with gr.Column():
225
- file = gr.File(file_types=['image','.pptx','.docx','.pdf'], label='Click to upload Document', file_count='multiple')
226
  doc_bu = gr.Button(value='Submit', visible=False)
227
 
228
 
 
222
  with gr.Blocks(css=".gradio-container {background-color: #f7f377}, footer {visibility: hidden}") as demo:
223
  with gr.Row():
224
  with gr.Column():
225
+ file = gr.File(file_types=['.pptx','.docx','.pdf'], label='Click to upload Document', file_count='multiple')
226
  doc_bu = gr.Button(value='Submit', visible=False)
227
 
228