Yanisadel commited on
Commit
00bb7a1
·
verified ·
1 Parent(s): a0cb03b

Update app.py

Browse files
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