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