Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ EXAMPLES = [
|
|
| 127 |
["examples/cvc_100.png"],
|
| 128 |
]
|
| 129 |
|
| 130 |
-
with gr.Blocks(
|
| 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())
|