Aitron Emper commited on
Commit
3799ac2
1 Parent(s): 8374ed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "Training is currently unsupported due to the absence of a GPU. To activate the training tab, navigate to the settings tab and enable the 'Fake GPU' option."
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