Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def progress_bar_html(label: str) -> str:
|
|
137 |
<div style="display: flex; align-items: center;">
|
138 |
<span style="margin-right: 10px; font-size: 14px;">{label}</span>
|
139 |
<div style="width: 110px; height: 5px; background-color: #f0f0f0; border-radius: 2px; overflow: hidden;">
|
140 |
-
<div style="width: 100%; height: 100%; background-color: #
|
141 |
</div>
|
142 |
</div>
|
143 |
<style>
|
@@ -341,7 +341,7 @@ demo = gr.ChatInterface(
|
|
341 |
description=DESCRIPTION,
|
342 |
css=css,
|
343 |
fill_height=True,
|
344 |
-
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
345 |
stop_btn="Stop Generation",
|
346 |
multimodal=True,
|
347 |
)
|
|
|
137 |
<div style="display: flex; align-items: center;">
|
138 |
<span style="margin-right: 10px; font-size: 14px;">{label}</span>
|
139 |
<div style="width: 110px; height: 5px; background-color: #f0f0f0; border-radius: 2px; overflow: hidden;">
|
140 |
+
<div style="width: 100%; height: 100%; background-color: #c40bff; animation: loading 1.5s linear infinite;"></div>
|
141 |
</div>
|
142 |
</div>
|
143 |
<style>
|
|
|
341 |
description=DESCRIPTION,
|
342 |
css=css,
|
343 |
fill_height=True,
|
344 |
+
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder=" @tts1, @tts2, @image, @3d, default [text, vision]"),
|
345 |
stop_btn="Stop Generation",
|
346 |
multimodal=True,
|
347 |
)
|