Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,8 @@ if __name__ == "__main__":
|
|
| 37 |
with gr.Row():
|
| 38 |
with gr.Column(scale=2):
|
| 39 |
timesteps_celeb = gr.Radio(
|
| 40 |
-
label='Timestep', choices=[10, 20, 50, 100, 200, 1000]
|
|
|
|
| 41 |
)
|
| 42 |
sample_celeb_btn = gr.Button("Sample")
|
| 43 |
|
|
@@ -60,7 +61,8 @@ if __name__ == "__main__":
|
|
| 60 |
value=0
|
| 61 |
)
|
| 62 |
timesteps = gr.Radio(
|
| 63 |
-
label='Timestep', choices=[10, 20, 50, 100, 200, 1000]
|
|
|
|
| 64 |
)
|
| 65 |
with gr.Row():
|
| 66 |
sample_mnist_btn = gr.Button("Sample")
|
|
|
|
| 37 |
with gr.Row():
|
| 38 |
with gr.Column(scale=2):
|
| 39 |
timesteps_celeb = gr.Radio(
|
| 40 |
+
label='Timestep', choices=[10, 20, 50, 100, 200, 1000],
|
| 41 |
+
value=20
|
| 42 |
)
|
| 43 |
sample_celeb_btn = gr.Button("Sample")
|
| 44 |
|
|
|
|
| 61 |
value=0
|
| 62 |
)
|
| 63 |
timesteps = gr.Radio(
|
| 64 |
+
label='Timestep', choices=[10, 20, 50, 100, 200, 1000],
|
| 65 |
+
value=20
|
| 66 |
)
|
| 67 |
with gr.Row():
|
| 68 |
sample_mnist_btn = gr.Button("Sample")
|