Spaces:
Runtime error
Runtime error
Commit
•
5426b53
1
Parent(s):
c7f38a3
fix displaying badge (#6)
Browse files- fix displaying badge (fce8a2f3407113579639e3c82397fe06ccfa3d8e)
Co-authored-by: Ahsen Khaliq <akhaliq@users.noreply.huggingface.co>
app.py
CHANGED
@@ -43,9 +43,7 @@ with gr.Blocks(css=css) as demo:
|
|
43 |
gr.HTML(f'''
|
44 |
<div class="gr-prose" style="max-width: 80%">
|
45 |
<h2>Attention - This Space takes over 30min to run!</h2>
|
46 |
-
<p>If the Queue is too long you can run locally or 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 most models using default settings! <a
|
47 |
-
<img class="instruction" src="file/duplicate.png">
|
48 |
-
<img class="arrow" src="file/arrow.png" />
|
49 |
</div>
|
50 |
''')
|
51 |
# inputs
|
|
|
43 |
gr.HTML(f'''
|
44 |
<div class="gr-prose" style="max-width: 80%">
|
45 |
<h2>Attention - This Space takes over 30min to run!</h2>
|
46 |
+
<p>If the Queue is too long you can run locally or 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 most models using default settings! <a style='display:inline-block' href='https://huggingface.co/spaces/MirageML/sjc?duplicate=true'><img src='https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14' alt='Duplicate Space'></a></p>
|
|
|
|
|
47 |
</div>
|
48 |
''')
|
49 |
# inputs
|