Spaces:
Runtime error
Runtime error
no gpu notice
Browse files
app.py
CHANGED
@@ -226,6 +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 |
will_trigger = gr.Markdown('')
|
230 |
patience = gr.Markdown('')
|
231 |
image_output = gr.Image(
|
|
|
226 |
value = 12
|
227 |
)
|
228 |
with gr.Column(variant = variant):
|
229 |
+
no_gpu = gr.Markdow('**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(
|