multimodalart HF Staff commited on
Commit
78cbee0
·
verified ·
1 Parent(s): 4eef49e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,7 +86,8 @@ example_prompts = [
86
  with gr.Blocks() as demo:
87
  gr.Markdown(
88
  """
89
- # Cosmos Predict-2 14B Text-to-Image Generator
 
90
  """
91
  )
92
  with gr.Row():
 
86
  with gr.Blocks() as demo:
87
  gr.Markdown(
88
  """
89
+ # Cosmos-Predict2 14B Text2Image
90
+ [[Model]](https://huggingface.co/nvidia/Cosmos-Predict2-14B-Text2Image), [[Code]](https://github.com/nvidia-cosmos/cosmos-predict2)
91
  """
92
  )
93
  with gr.Row():