Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def generator(input_ids, generation_config, max_new_tokens):
|
|
84 |
)
|
85 |
return generation_output
|
86 |
|
87 |
-
|
88 |
def respond(
|
89 |
message,
|
90 |
history: list[tuple[str, str]],
|
|
|
84 |
)
|
85 |
return generation_output
|
86 |
|
87 |
+
#@spaces.GPU(duration=120)
|
88 |
def respond(
|
89 |
message,
|
90 |
history: list[tuple[str, str]],
|