multimodalart HF staff pcuenq HF staff commited on
Commit
6d9b152
1 Parent(s): 3243b38

Indicate the user that they need to choose a T4 (#5)

Browse files

- Indicate the user that they need to choose a T4 (ab21d8cc902912991526c5db6c7640c6b463c0a1)


Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -237,7 +237,8 @@ with gr.Blocks(css=css) as demo:
237
  gr.HTML('''
238
  <div class="gr-prose" style="max-width: 80%">
239
  <h2>Attention - This Space doesn't work in this shared UI</h2>
240
- <p>For it to work, you have to duplicate the Space and run it on your own profile where a (paid) private GPU will be attributed to it during runtime. As each T4 costs US$0,60/h, it should cost < US$1 to train a model with less than 100 images on default settings!</p>
 
241
  <img class="instruction" src="file/duplicate.png">
242
  <img class="arrow" src="file/arrow.png" />
243
  </div>
 
237
  gr.HTML('''
238
  <div class="gr-prose" style="max-width: 80%">
239
  <h2>Attention - This Space doesn't work in this shared UI</h2>
240
+ <p>For it to work, you have to duplicate the Space and run it on your own profile using a (paid) private T4 GPU for training. As each T4 costs US$0,60/h, it should cost < US$1 to train a model with less than 100 images using default settings!</p>
241
+ <p>Please, duplicate this Space, then go to the Settings tab and select a T4 or T4 medium instance.</p>
242
  <img class="instruction" src="file/duplicate.png">
243
  <img class="arrow" src="file/arrow.png" />
244
  </div>