Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|