omninexus commited on
Commit
dff73fd
·
verified ·
1 Parent(s): 07dc999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()