Spaces:
Paused
Paused
Aitron Emper commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
|
| 70 |
else:
|
| 71 |
gr.Markdown(
|
| 72 |
i18n(
|
| 73 |
-
"
|
| 74 |
)
|
| 75 |
)
|
| 76 |
|
|
|
|
| 70 |
else:
|
| 71 |
gr.Markdown(
|
| 72 |
i18n(
|
| 73 |
+
"Currently, training is unsupported due to the absence of a GPU. If you have a PC with a GPU and wish to train a model, please refer to our installation guide here: [Applio Installation Guide](https://docs.applio.org/get-started/installation/). For those without a GPU-enabled PC, explore alternative options here: [Applio Alternatives](https://docs.applio.org/get-started/alternatives/)."
|
| 74 |
)
|
| 75 |
)
|
| 76 |
|