Spaces:
Runtime error
Runtime error
as-cle-bert
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ iface = gr.Interface(
|
|
167 |
|
168 |
with gr.Blocks() as demo1:
|
169 |
input_seqs = gr.File(label="FASTA File With Protein Sequences")
|
170 |
-
@gr.render(inputs=input_seqs)
|
171 |
def show_split(inputfile):
|
172 |
if inputfile is None:
|
173 |
gr.Markdown("## No Input Provided")
|
|
|
167 |
|
168 |
with gr.Blocks() as demo1:
|
169 |
input_seqs = gr.File(label="FASTA File With Protein Sequences")
|
170 |
+
@gr.render(inputs=input_seqs, concurrency_limit=100)
|
171 |
def show_split(inputfile):
|
172 |
if inputfile is None:
|
173 |
gr.Markdown("## No Input Provided")
|