Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ css = """
|
|
106 |
}
|
107 |
"""
|
108 |
|
109 |
-
with gr.Blocks(css=css) as demo:
|
110 |
gr.Markdown(DESCRIPTION)
|
111 |
with gr.Tab(label="Qwen2-VL-2B Input"):
|
112 |
with gr.Row():
|
|
|
106 |
}
|
107 |
"""
|
108 |
|
109 |
+
with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
|
110 |
gr.Markdown(DESCRIPTION)
|
111 |
with gr.Tab(label="Qwen2-VL-2B Input"):
|
112 |
with gr.Row():
|