eswardivi commited on
Commit
5e407f5
1 Parent(s): 6cad6fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ else:
37
  # Dispatch Errors
38
 
39
 
40
- @spaces.GPU(duration=150)
41
  def chat(message, history, temperature,do_sample, max_tokens):
42
  prompt_template = """
43
  You are a helpful Agricultural assistant for farmers. You are given the following input. Please complete the response briefly.
 
37
  # Dispatch Errors
38
 
39
 
40
+ @spaces.GPU()
41
  def chat(message, history, temperature,do_sample, max_tokens):
42
  prompt_template = """
43
  You are a helpful Agricultural assistant for farmers. You are given the following input. Please complete the response briefly.