Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -199,7 +199,7 @@ Print the `.3mf` in Bambu Studio (extruder 1 = black, extruder 2 = white).
|
|
| 199 |
"""
|
| 200 |
|
| 201 |
|
| 202 |
-
with gr.Blocks(
|
| 203 |
with gr.Column(elem_id="col-container"):
|
| 204 |
gr.Markdown(INTRO)
|
| 205 |
|
|
@@ -298,4 +298,4 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS, title="AprilCube") as demo:
|
|
| 298 |
|
| 299 |
|
| 300 |
if __name__ == "__main__":
|
| 301 |
-
demo.launch(mcp_server=True)
|
|
|
|
| 199 |
"""
|
| 200 |
|
| 201 |
|
| 202 |
+
with gr.Blocks(title="AprilCube") as demo:
|
| 203 |
with gr.Column(elem_id="col-container"):
|
| 204 |
gr.Markdown(INTRO)
|
| 205 |
|
|
|
|
| 298 |
|
| 299 |
|
| 300 |
if __name__ == "__main__":
|
| 301 |
+
demo.launch(theme=gr.themes.Citrus(), css=CSS, mcp_server=True)
|