Rahatara commited on
Commit
39237c0
·
verified ·
1 Parent(s): 62f1b80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def create_interface():
44
  with gr.Blocks() as app:
45
  with gr.Row():
46
  text_input = gr.Textbox(label="Enter your text:", placeholder="Type your query here...")
47
- file_input = gr.File(label="Upload files", file_types=["pdf", "png", "jpg", "mp3", "mp4"], multiple=True)
48
  submit_button = gr.Button("Process")
49
 
50
  output = gr.Textbox(placeholder="Response will appear here...")
 
44
  with gr.Blocks() as app:
45
  with gr.Row():
46
  text_input = gr.Textbox(label="Enter your text:", placeholder="Type your query here...")
47
+ file_input = gr.File(label="Upload files", file_types=["pdf", "png", "jpg", "mp3", "mp4"], file_count="multiple")
48
  submit_button = gr.Button("Process")
49
 
50
  output = gr.Textbox(placeholder="Response will appear here...")