multimodalart HF Staff commited on
Commit
c12eea6
·
verified ·
1 Parent(s): 4ef2b10

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 @@ CSS = """
199
  .dark .gradio-container { color: var(--body-text-color); }
200
  """
201
 
202
- with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
203
  gr.Markdown("# 🧠 Echo-Memory: Action-Conditioned World Model")
204
  gr.Markdown(
205
  "Generate a video from an initial frame, a text prompt, and a camera rotation action. "
@@ -280,4 +280,4 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=CSS) as demo:
280
  api_name="generate",
281
  )
282
 
283
- demo.launch(mcp_server=True)
 
199
  .dark .gradio-container { color: var(--body-text-color); }
200
  """
201
 
202
+ with gr.Blocks(css=CSS) as demo:
203
  gr.Markdown("# 🧠 Echo-Memory: Action-Conditioned World Model")
204
  gr.Markdown(
205
  "Generate a video from an initial frame, a text prompt, and a camera rotation action. "
 
280
  api_name="generate",
281
  )
282
 
283
+ demo.launch(theme=gr.themes.Citrus(), mcp_server=True)