Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(
|
|
70 |
gr.File(label="Upload File 3"), gr.Dropdown(label="MIME Type for File 3", choices=["image/png", "audio/ogg", "application/pdf", "video/mp4"]),
|
71 |
gr.File(label="Upload File 4"), gr.Dropdown(label="MIME Type for File 4", choices=["image/png", "audio/ogg", "application/pdf", "video/mp4"])
|
72 |
],
|
73 |
-
outputs=gr.
|
74 |
title="Interact with Gemini 2.0",
|
75 |
description="Upload files and enter text to interact with the Gemini 2.0 model."
|
76 |
)
|
|
|
70 |
gr.File(label="Upload File 3"), gr.Dropdown(label="MIME Type for File 3", choices=["image/png", "audio/ogg", "application/pdf", "video/mp4"]),
|
71 |
gr.File(label="Upload File 4"), gr.Dropdown(label="MIME Type for File 4", choices=["image/png", "audio/ogg", "application/pdf", "video/mp4"])
|
72 |
],
|
73 |
+
outputs=gr.Textbox(),
|
74 |
title="Interact with Gemini 2.0",
|
75 |
description="Upload files and enter text to interact with the Gemini 2.0 model."
|
76 |
)
|