Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ class CitingSources(BaseModel):
|
|
| 82 |
def write_message_to_user():
|
| 83 |
return "Please write the message to the user."
|
| 84 |
|
| 85 |
-
|
| 86 |
def respond(
|
| 87 |
message,
|
| 88 |
history: list[tuple[str, str]],
|
|
|
|
| 82 |
def write_message_to_user():
|
| 83 |
return "Please write the message to the user."
|
| 84 |
|
| 85 |
+
#@spaces.GPU(duration=120)
|
| 86 |
def respond(
|
| 87 |
message,
|
| 88 |
history: list[tuple[str, str]],
|