Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,7 @@ def Tulu(user_input):
|
|
14 |
0.9, # Top-p (nucleus sampling)
|
15 |
0.9, # Repetition penalty
|
16 |
False,
|
17 |
-
fn_index=0
|
18 |
-
api_name="/tulu"
|
19 |
)
|
20 |
return result
|
21 |
except Exception as e:
|
|
|
14 |
0.9, # Top-p (nucleus sampling)
|
15 |
0.9, # Repetition penalty
|
16 |
False,
|
17 |
+
fn_index=0
|
|
|
18 |
)
|
19 |
return result
|
20 |
except Exception as e:
|