feng2022 commited on
Commit
b42b8ed
1 Parent(s): a87b5fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def main():
65
  0, 2, step=0.05, default=0.7, label='Truncation psi'),
66
  ],
67
  gr.outputs.Image(type='numpy', label='Output'),
68
- title=ini,
69
  description=DESCRIPTION,
70
  article=ARTICLE,
71
  )
65
  0, 2, step=0.05, default=0.7, label='Truncation psi'),
66
  ],
67
  gr.outputs.Image(type='numpy', label='Output'),
68
+ title=TITLE,
69
  description=DESCRIPTION,
70
  article=ARTICLE,
71
  )