Rahatara commited on
Commit
b25e2f5
·
verified ·
1 Parent(s): 8473368

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textarea(),
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
  )