Rahatara commited on
Commit
a4be152
·
verified ·
1 Parent(s): b3355ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def bot(
56
 
57
  # Gradio Interface Components
58
  google_key_component = gr.Textbox(label="GOOGLE API KEY", type="password", placeholder="...", visible=GOOGLE_API_KEY is None)
59
- image_prompt_component = gr.Image(type="pil", label="Image", optional=True)
60
  chatbot_component = gr.Chatbot(label='Gemini', bubble_full_width=False)
61
  run_button_component = gr.Button("Check Discrimination")
62
 
 
56
 
57
  # Gradio Interface Components
58
  google_key_component = gr.Textbox(label="GOOGLE API KEY", type="password", placeholder="...", visible=GOOGLE_API_KEY is None)
59
+ image_prompt_component = gr.Image(type="pil")
60
  chatbot_component = gr.Chatbot(label='Gemini', bubble_full_width=False)
61
  run_button_component = gr.Button("Check Discrimination")
62