Update app.py
Browse files
app.py
CHANGED
|
@@ -65,6 +65,8 @@ def process(bam_file,progress=gr.Progress()):
|
|
| 65 |
|
| 66 |
css="li {font-size: 16px; --font: 'Quicksand', 'ui-sans-serif', 'system-ui', sans-serif"
|
| 67 |
with gr.Blocks(css=css) as app:
|
|
|
|
|
|
|
| 68 |
with gr.Row():
|
| 69 |
with gr.Column():
|
| 70 |
inp=gr.Textbox(
|
|
|
|
| 65 |
|
| 66 |
css="li {font-size: 16px; --font: 'Quicksand', 'ui-sans-serif', 'system-ui', sans-serif"
|
| 67 |
with gr.Blocks(css=css) as app:
|
| 68 |
+
gr.HTML('<p>For faster inference without waiting in queue, you may duplicate the space. <a href="https://huggingface.co/spaces/drjieliu/epcot_app?duplicate=true">'
|
| 69 |
+
'<img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>')
|
| 70 |
with gr.Row():
|
| 71 |
with gr.Column():
|
| 72 |
inp=gr.Textbox(
|