karths commited on
Commit
1afa8fd
·
verified ·
1 Parent(s): 2d57f5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def generate_explanation(issue_text, top_qualities):
157
 
158
  return explanation
159
 
160
- @spaces.GPU(duration=180) # Apply the GPU decorator *only* to the main interface
161
  def main_interface(text):
162
  if not text.strip():
163
  return "<div style='color: red;'>No text provided. Please enter a valid issue description.</div>", "", ""
 
157
 
158
  return explanation
159
 
160
+ # @spaces.GPU(duration=180) # Apply the GPU decorator *only* to the main interface
161
  def main_interface(text):
162
  if not text.strip():
163
  return "<div style='color: red;'>No text provided. Please enter a valid issue description.</div>", "", ""