Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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 |
)
|