drjieliu commited on
Commit
b7e7379
·
1 Parent(s): b0adba5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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(