Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ block_css = """
|
|
210 |
"""
|
211 |
|
212 |
textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
|
213 |
-
with gr.Blocks(title="
|
214 |
state = gr.State()
|
215 |
|
216 |
gr.Markdown(title_markdown)
|
|
|
210 |
"""
|
211 |
|
212 |
textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
|
213 |
+
with gr.Blocks(title="Florence-VL", theme=gr.themes.Default(), css=block_css) as demo:
|
214 |
state = gr.State()
|
215 |
|
216 |
gr.Markdown(title_markdown)
|