Spaces:
Runtime error
Runtime error
typo
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ with gr.Blocks(title = 'Make-A-Video Stable Diffusion JAX', analytics_enabled =
|
|
226 |
value = 12
|
227 |
)
|
228 |
with gr.Column(variant = variant):
|
229 |
-
no_gpu = gr.
|
230 |
will_trigger = gr.Markdown('')
|
231 |
patience = gr.Markdown('')
|
232 |
image_output = gr.Image(
|
|
|
226 |
value = 12
|
227 |
)
|
228 |
with gr.Column(variant = variant):
|
229 |
+
no_gpu = gr.Markdown('**Until a GPU is assigned expect extremely long runtimes up to 1h+**')
|
230 |
will_trigger = gr.Markdown('')
|
231 |
patience = gr.Markdown('')
|
232 |
image_output = gr.Image(
|