Jiatao Gu commited on
Commit
22790a0
1 Parent(s): 85ffced
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ css = ".output-image, .input-image, .image-preview {height: 600px !important} "
196
  gr.Interface(fn=f_synthesis,
197
  inputs=[model_name, model_find, render_option, early, trunc, seed1, seed2, mix1, mix2, yaw, pitch, roll, fov, "state"],
198
  title="Interctive Web Demo for StyleNeRF (ICLR 2022)",
199
- description="Demo for ICLR 2022 Papaer: A Style-based 3D-Aware Generator for High-resolution Image Synthesis. Currently the demo runs on CPU only."
200
  outputs=["image", "state"],
201
  layout='unaligned',
202
  css=css, theme='dark-huggingface',
 
196
  gr.Interface(fn=f_synthesis,
197
  inputs=[model_name, model_find, render_option, early, trunc, seed1, seed2, mix1, mix2, yaw, pitch, roll, fov, "state"],
198
  title="Interctive Web Demo for StyleNeRF (ICLR 2022)",
199
+ description="Demo for ICLR 2022 Papaer: A Style-based 3D-Aware Generator for High-resolution Image Synthesis. Currently the demo runs on CPU only.",
200
  outputs=["image", "state"],
201
  layout='unaligned',
202
  css=css, theme='dark-huggingface',