Spaces:
Runtime error
Runtime error
Commit
•
53b507d
1
Parent(s):
13e5571
Update app.py
Browse files
app.py
CHANGED
@@ -236,7 +236,7 @@ with gr.Blocks(css=css) as demo:
|
|
236 |
gr.HTML('''
|
237 |
<div class="gr-prose" style="max-width: 80%">
|
238 |
<h2>Attention - This Space doesn't work in this shared UI</h2>
|
239 |
-
<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
|
240 |
<img class="instruction" src="file/duplicate.png">
|
241 |
<img class="arrow" src="file/arrow.png" />
|
242 |
</div>
|
|
|
236 |
gr.HTML('''
|
237 |
<div class="gr-prose" style="max-width: 80%">
|
238 |
<h2>Attention - This Space doesn't work in this shared UI</h2>
|
239 |
+
<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>
|
240 |
<img class="instruction" src="file/duplicate.png">
|
241 |
<img class="arrow" src="file/arrow.png" />
|
242 |
</div>
|