Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ hr {
|
|
321 |
"""
|
322 |
|
323 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
324 |
-
gr.HTML('<div class="title"> VisionReply</div>')
|
325 |
gr.HTML('<div style="text-align: center; margin-bottom: 2em;">Upload an image(Image2Text2Image)</div>')
|
326 |
|
327 |
with gr.Row():
|
|
|
321 |
"""
|
322 |
|
323 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
324 |
+
gr.HTML('<div class="title">FLUX VisionReply</div>')
|
325 |
gr.HTML('<div style="text-align: center; margin-bottom: 2em;">Upload an image(Image2Text2Image)</div>')
|
326 |
|
327 |
with gr.Row():
|