Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ Falcon:"""
|
|
| 36 |
|
| 37 |
seed = 42
|
| 38 |
|
| 39 |
-
def
|
| 40 |
prompt, history, system_prompt="", temperature=0.9, max_new_tokens=500, top_p=0.95, repetition_penalty=1.0,
|
| 41 |
):
|
| 42 |
temperature = float(temperature)
|
|
|
|
| 36 |
|
| 37 |
seed = 42
|
| 38 |
|
| 39 |
+
def generate(
|
| 40 |
prompt, history, system_prompt="", temperature=0.9, max_new_tokens=500, top_p=0.95, repetition_penalty=1.0,
|
| 41 |
):
|
| 42 |
temperature = float(temperature)
|