Spaces:
Running
Running
AiActivity
commited on
Commit
•
0272ab7
1
Parent(s):
8e0f2b8
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@ from app_ltx_video import demo as demo_ltx_video
|
|
7 |
with gr.Blocks(fill_height=True) as demo:
|
8 |
with gr.Tab("Meta Llama"):
|
9 |
demo_sambanova.render()
|
10 |
-
gr.Markdown(
|
11 |
-
|
12 |
-
)
|
13 |
with gr.Tab("LTX Video"):
|
14 |
demo_ltx_video.render()
|
15 |
with gr.Tab("Hugging Face"):
|
|
|
7 |
with gr.Blocks(fill_height=True) as demo:
|
8 |
with gr.Tab("Meta Llama"):
|
9 |
demo_sambanova.render()
|
10 |
+
# gr.Markdown(
|
11 |
+
# "**Note:** You need to use a SambaNova API key from [SambaNova Cloud](https://cloud.sambanova.ai/)."
|
12 |
+
# )
|
13 |
with gr.Tab("LTX Video"):
|
14 |
demo_ltx_video.render()
|
15 |
with gr.Tab("Hugging Face"):
|