Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ else:
|
|
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.
|
|
|
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.
|