Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ def image_upsample(img: Image.Image) -> Image.Image:
|
|
196 |
|
197 |
|
198 |
# Gradio interface
|
199 |
-
with gr.Blocks() as demo:
|
200 |
gr.Markdown(value="# Multimodal Understanding")
|
201 |
with gr.Row():
|
202 |
image_input = gr.Image()
|
|
|
196 |
|
197 |
|
198 |
# Gradio interface
|
199 |
+
with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
200 |
gr.Markdown(value="# Multimodal Understanding")
|
201 |
with gr.Row():
|
202 |
image_input = gr.Image()
|