Spaces:
Sleeping
Sleeping
Hjgugugjhuhjggg
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ class GenerateRequest(BaseModel):
|
|
32 |
input_text: str = ""
|
33 |
task_type: str
|
34 |
temperature: float = 1.0
|
35 |
-
max_new_tokens: int =
|
36 |
stream: bool = True
|
37 |
top_p: float = 1.0
|
38 |
top_k: int = 50
|
|
|
32 |
input_text: str = ""
|
33 |
task_type: str
|
34 |
temperature: float = 1.0
|
35 |
+
max_new_tokens: int = 10
|
36 |
stream: bool = True
|
37 |
top_p: float = 1.0
|
38 |
top_k: int = 50
|