removed space.gpu for debugging
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def gpt_generation(input: str,
|
|
| 74 |
return stream
|
| 75 |
|
| 76 |
# Place just input pass and return generation output
|
| 77 |
-
@spaces.GPU(duration=120)
|
| 78 |
def llama_generation(input_text: str,
|
| 79 |
history: list,
|
| 80 |
temperature: float,
|
|
|
|
| 74 |
return stream
|
| 75 |
|
| 76 |
# Place just input pass and return generation output
|
| 77 |
+
# @spaces.GPU(duration=120)
|
| 78 |
def llama_generation(input_text: str,
|
| 79 |
history: list,
|
| 80 |
temperature: float,
|