bernardo-de-almeida Yanisadel commited on
Commit
0dcaf15
·
verified ·
1 Parent(s): a0cb03b

Update app.py (#15)

Browse files

- Update app.py (00bb7a1b98ba4d7eaf03ee17e7bf7b39c4fb9e7d)


Co-authored-by: Yanis Adel <[email protected]>

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