Rahatara commited on
Commit
b54195c
·
verified ·
1 Parent(s): 7931675

Update app.py

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