Spaces:
Runtime error
Runtime error
Commit
·
5eb3734
1
Parent(s):
d09bee2
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(css=css) as demo:
|
|
111 |
|
112 |
if(is_shared_ui):
|
113 |
gr.HTML(f'''
|
114 |
-
<div>To skip the queue or try the technique with custom models, you may duplicate the space and associate
|
115 |
''')
|
116 |
elif(not is_gpu_associated):
|
117 |
gr.HTML(f'''
|
|
|
111 |
|
112 |
if(is_shared_ui):
|
113 |
gr.HTML(f'''
|
114 |
+
<div>To skip the queue or try the technique with custom models, you may duplicate the space and associate an A10 GPU to it <a class="duplicate-button" style="display:inline-block" target="_blank" href="https://huggingface.co/spaces/{os.environ['SPACE_ID']}?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></div>
|
115 |
''')
|
116 |
elif(not is_gpu_associated):
|
117 |
gr.HTML(f'''
|