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