p4vv37 commited on
Commit
b925750
·
1 Parent(s): dc08ad9

updated requirements

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with gradio_app:
92
  gr.HTML(
93
  """
94
  <h1 style='text-align: center'>
95
- Demo of new view generation with [Stable-Zero123] (https://huggingface.co/stabilityai/stable-zero123) implemented in [stable-zero123-diffusers](https://huggingface.co/ashawkey/stable-zero123-diffusers)
96
  </h1>
97
  """)
98
  with gr.Row():
 
92
  gr.HTML(
93
  """
94
  <h1 style='text-align: center'>
95
+ Demo of new view generation with <a href='https://huggingface.co/stabilityai/stable-zero123' target='_blank'>Stable-Zero123</a> implemented in <a href='https://huggingface.co/ashawkey/stable-zero123-diffusers' target='_blank'>stable-zero123-diffusers</a>
96
  </h1>
97
  """)
98
  with gr.Row():