Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,9 +49,9 @@ with demo:
|
|
| 49 |
|
| 50 |
with gr.Row():
|
| 51 |
seed=gr.Number(value=0, label='Seed')
|
| 52 |
-
psi=gr.
|
| 53 |
#outputImage = gr.Image(label="portrait",type="filepath", shape=(256,256))
|
| 54 |
-
output_image = gr.
|
| 55 |
model = gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model")
|
| 56 |
file= gr.File(label="Download 3D Model")
|
| 57 |
|
|
|
|
| 49 |
|
| 50 |
with gr.Row():
|
| 51 |
seed=gr.Number(value=0, label='Seed')
|
| 52 |
+
psi=gr.Slider(0, 2, step=0.05, value=0.7, label='Truncation psi')
|
| 53 |
#outputImage = gr.Image(label="portrait",type="filepath", shape=(256,256))
|
| 54 |
+
output_image = gr.Image(type="filepath", label='Output')
|
| 55 |
model = gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model")
|
| 56 |
file= gr.File(label="Download 3D Model")
|
| 57 |
|