Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ def Tulu(user_input):
|
|
17 |
fn_index=0,
|
18 |
api_name="tulu"
|
19 |
)
|
20 |
-
api_name="tulu"
|
21 |
return result
|
22 |
except Exception as e:
|
23 |
return f"An error occurred: {str(e)}"
|
|
|
17 |
fn_index=0,
|
18 |
api_name="tulu"
|
19 |
)
|
|
|
20 |
return result
|
21 |
except Exception as e:
|
22 |
return f"An error occurred: {str(e)}"
|