limitedonly41 commited on
Commit
410c398
·
verified ·
1 Parent(s): ed77587

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ def return_prediction(prompt):
25
  ans_pred = ans.split('### Response:')[1].split('<')[0]
26
  return ans_pred
27
 
 
28
  def classify_website(site_text):
29
  prompt = f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
30
 
 
25
  ans_pred = ans.split('### Response:')[1].split('<')[0]
26
  return ans_pred
27
 
28
+ @spaces.GPU
29
  def classify_website(site_text):
30
  prompt = f"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
31