Spaces:
Running
Running
admin
commited on
Commit
·
bf44bd7
1
Parent(s):
6e6d61f
add mirror url
Browse files
app.py
CHANGED
|
@@ -398,6 +398,9 @@ if __name__ == "__main__":
|
|
| 398 |
shutil.rmtree("./flagged")
|
| 399 |
|
| 400 |
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
| 401 |
with gr.Row():
|
| 402 |
with gr.Column():
|
| 403 |
gr.Video(
|
|
|
|
| 398 |
shutil.rmtree("./flagged")
|
| 399 |
|
| 400 |
with gr.Blocks() as demo:
|
| 401 |
+
gr.Markdown(
|
| 402 |
+
"## The current CPU-based version on HuggingFace has slow inference, you can access the GPU-based mirror on [ModelScope](https://www.modelscope.cn/studios/monetjoe/EMelodyGen)"
|
| 403 |
+
)
|
| 404 |
with gr.Row():
|
| 405 |
with gr.Column():
|
| 406 |
gr.Video(
|