Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -574,8 +574,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
574 |
with gr.Row():
|
575 |
file_display = gr.File( label=None, interactive=False, height=20, min_width=20, visible=False, scale=0)
|
576 |
image_display = gr.Image( visible=False)
|
577 |
-
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=
|
578 |
-
emptyBtn = gr.ClearButton([user_input, chatbot, history, file_display, image_display], value="🧹 Neue Session", scale=
|
579 |
|
580 |
with gr.Column():
|
581 |
with gr.Column(min_width=50, scale=1):
|
@@ -595,7 +595,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
595 |
temperature = gr.Slider(
|
596 |
minimum=0.1,
|
597 |
maximum=2.0,
|
598 |
-
value=
|
599 |
step=0.1,
|
600 |
interactive=True,
|
601 |
label="Temperature",
|
|
|
574 |
with gr.Row():
|
575 |
file_display = gr.File( label=None, interactive=False, height=20, min_width=20, visible=False, scale=0)
|
576 |
image_display = gr.Image( visible=False)
|
577 |
+
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=9)
|
578 |
+
emptyBtn = gr.ClearButton([user_input, chatbot, history, file_display, image_display], value="🧹 Neue Session", scale=10)
|
579 |
|
580 |
with gr.Column():
|
581 |
with gr.Column(min_width=50, scale=1):
|
|
|
595 |
temperature = gr.Slider(
|
596 |
minimum=0.1,
|
597 |
maximum=2.0,
|
598 |
+
value=0.5,
|
599 |
step=0.1,
|
600 |
interactive=True,
|
601 |
label="Temperature",
|