Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -113,8 +113,8 @@ css = """
|
|
113 |
"""
|
114 |
|
115 |
# Create the Gradio Interface
|
116 |
-
|
117 |
-
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
118 |
gr.Markdown("# **LFM2-VL by [LiquidAI](https://huggingface.co/LiquidAI)**")
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|
|
|
113 |
"""
|
114 |
|
115 |
# Create the Gradio Interface
|
116 |
+
with gr.Blocks(css=css, theme="gstaff/sketch") as demo:
|
117 |
+
#with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
118 |
gr.Markdown("# **LFM2-VL by [LiquidAI](https://huggingface.co/LiquidAI)**")
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|