Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -338,7 +338,7 @@ demo = gr.ChatInterface(
|
|
338 |
],
|
339 |
cache_examples=False,
|
340 |
type="messages",
|
341 |
-
description="# **Gen Vision** `tts: @tts1 @tts2` \n `image-tags: @realism, @pixar, @photoshoot, @clothing, @interior, @fashion, @minimalistic, @modern, @animaliea, @wallpaper, @cars, @pencilart, @artminimalistic` \n `default: chat, image inference`",
|
342 |
fill_height=True,
|
343 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="text, image-infer, image-generation, tts"),
|
344 |
stop_btn="Stop Generation",
|
|
|
338 |
],
|
339 |
cache_examples=False,
|
340 |
type="messages",
|
341 |
+
description="# **Gen Vision Edge** `tts: @tts1 @tts2` \n `image-tags: @realism, @pixar, @photoshoot, @clothing, @interior, @fashion, @minimalistic, @modern, @animaliea, @wallpaper, @cars, @pencilart, @artminimalistic` \n \n `default: chat, image inference`",
|
342 |
fill_height=True,
|
343 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple", placeholder="text, image-infer, image-generation, tts"),
|
344 |
stop_btn="Stop Generation",
|