multimodalart HF Staff commited on
Commit
552da95
·
verified ·
1 Parent(s): eee1d76

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(theme=gr.themes.Citrus(), css=CSS, title="AprilCube") as demo:
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)