multimodalart HF Staff commited on
Commit
0635c89
·
verified ·
1 Parent(s): e19423f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,7 +127,7 @@ EXAMPLES = [
127
  ["examples/cvc_100.png"],
128
  ]
129
 
130
- with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
131
  with gr.Column(elem_id="col-container"):
132
  gr.Markdown(
133
  """
@@ -202,4 +202,4 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
202
  """
203
  )
204
 
205
- demo.launch(mcp_server=True)
 
127
  ["examples/cvc_100.png"],
128
  ]
129
 
130
+ with gr.Blocks(css=CSS) as demo:
131
  with gr.Column(elem_id="col-container"):
132
  gr.Markdown(
133
  """
 
202
  """
203
  )
204
 
205
+ demo.launch(mcp_server=True, theme=gr.themes.Citrus())