adding warning
Browse files- app_batched.py +3 -0
app_batched.py
CHANGED
@@ -74,6 +74,9 @@ with gr.Blocks() as demo:
|
|
74 |
The model will extract the broad melody from the uploaded wav if provided.
|
75 |
This will generate a 12s extract with the `melody` model.
|
76 |
|
|
|
|
|
|
|
77 |
For generating longer sequences (up to 30 seconds) and skipping queue, you can duplicate
|
78 |
to full demo space, which contains more control and upgrade to GPU in the settings.
|
79 |
<br/>
|
|
|
74 |
The model will extract the broad melody from the uploaded wav if provided.
|
75 |
This will generate a 12s extract with the `melody` model.
|
76 |
|
77 |
+
**Warning:** Due to high demand, the demo might get stuck, in that case please refresh
|
78 |
+
the page! Normal processing time is ~30 seconds.
|
79 |
+
|
80 |
For generating longer sequences (up to 30 seconds) and skipping queue, you can duplicate
|
81 |
to full demo space, which contains more control and upgrade to GPU in the settings.
|
82 |
<br/>
|