Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def gradio_interface():
|
|
59 |
"""Setup Gradio UI for file uploads and processing."""
|
60 |
with gr.Blocks() as app:
|
61 |
with gr.Row():
|
62 |
-
file_input = gr.File(label="Upload files", file_types=[".pdf", ".png", ".jpg", ".mp3", ".mp4"]
|
63 |
submit_button = gr.Button("Submit")
|
64 |
output = gr.Textbox(label="Response from Gemini")
|
65 |
|
|
|
59 |
"""Setup Gradio UI for file uploads and processing."""
|
60 |
with gr.Blocks() as app:
|
61 |
with gr.Row():
|
62 |
+
file_input = gr.File(label="Upload files", file_types=[".pdf", ".png", ".jpg", ".mp3", ".mp4"])
|
63 |
submit_button = gr.Button("Submit")
|
64 |
output = gr.Textbox(label="Response from Gemini")
|
65 |
|