Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
911a8ce
1
Parent(s):
d475c42
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ model = AutoModelForCausalLM.from_pretrained("NovelAI/genji-python-6B").half().e
|
|
11 |
|
12 |
import gradio as gr
|
13 |
|
14 |
-
maxLength=
|
15 |
temperature=0.4
|
16 |
top_k = 50
|
17 |
top_p = 0.9
|
|
|
11 |
|
12 |
import gradio as gr
|
13 |
|
14 |
+
maxLength=500
|
15 |
temperature=0.4
|
16 |
top_k = 50
|
17 |
top_p = 0.9
|