Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def generate_video(text: str, video_path: str,
|
|
154 |
|
155 |
# Create the Gradio Interface
|
156 |
with gr.Blocks() as demo:
|
157 |
-
gr.Markdown("# **Cosmos-Reason1 by NVIDIA**")
|
158 |
with gr.Row():
|
159 |
with gr.Column():
|
160 |
with gr.Tabs():
|
|
|
154 |
|
155 |
# Create the Gradio Interface
|
156 |
with gr.Blocks() as demo:
|
157 |
+
gr.Markdown("# **Cosmos-Reason1 by [NVIDIA](https://huggingface.co/nvidia/Cosmos-Reason1-7B)**")
|
158 |
with gr.Row():
|
159 |
with gr.Column():
|
160 |
with gr.Tabs():
|