Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -730,7 +730,7 @@ demo = gr.ChatInterface(
|
|
730 |
label="Query Input",
|
731 |
file_types=["image", "audio"],
|
732 |
file_count="multiple",
|
733 |
-
placeholder="@tts1, @tts2, @image, @3d, @phi4 [image, audio], @rAgent, @web, @yolo, default [plain text]"
|
734 |
),
|
735 |
stop_btn="Stop Generation",
|
736 |
multimodal=True,
|
|
|
730 |
label="Query Input",
|
731 |
file_types=["image", "audio"],
|
732 |
file_count="multiple",
|
733 |
+
placeholder=" @tts1, @tts2, @image, @3d, @phi4 [image, audio], @rAgent, @web, @yolo, default [plain text]"
|
734 |
),
|
735 |
stop_btn="Stop Generation",
|
736 |
multimodal=True,
|