Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,8 +71,7 @@ google_key_component = gr.Textbox(
|
|
| 71 |
)
|
| 72 |
image_prompt_component = gr.Image(type="pil", label="Image")
|
| 73 |
chatbot_component = gr.Chatbot(label='Gemini')
|
| 74 |
-
text_prompt_component = gr.Textbox(placeholder="Hi there!", label="Ask me anything and
|
| 75 |
-
press Enter")
|
| 76 |
run_button_component = gr.Button("Run")
|
| 77 |
temperature_component = gr.Slider(minimum=0, maximum=1.0, value=0.4, step=0.05,
|
| 78 |
label="Temperature")
|
|
|
|
| 71 |
)
|
| 72 |
image_prompt_component = gr.Image(type="pil", label="Image")
|
| 73 |
chatbot_component = gr.Chatbot(label='Gemini')
|
| 74 |
+
text_prompt_component = gr.Textbox(placeholder="Hi there!", label="Ask me anything and press Enter")
|
|
|
|
| 75 |
run_button_component = gr.Button("Run")
|
| 76 |
temperature_component = gr.Slider(minimum=0, maximum=1.0, value=0.4, step=0.05,
|
| 77 |
label="Temperature")
|