Spaces:
Running
on
Zero
Running
on
Zero
Update app.py (#15)
Browse files- Update app.py (00bb7a1b98ba4d7eaf03ee17e7bf7b39c4fb9e7d)
Co-authored-by: Yanis Adel <[email protected]>
app.py
CHANGED
@@ -87,6 +87,7 @@ def validate_inputs(dna_sequence, custom_question):
|
|
87 |
|
88 |
|
89 |
# --- Main Inference ---
|
|
|
90 |
def run_chatnt(dna_text, fasta_file, custom_question):
|
91 |
feedback_msgs = []
|
92 |
|
|
|
87 |
|
88 |
|
89 |
# --- Main Inference ---
|
90 |
+
@spaces.GPU
|
91 |
def run_chatnt(dna_text, fasta_file, custom_question):
|
92 |
feedback_msgs = []
|
93 |
|