Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"],
|
| 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...")
|