Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def Tulu(user_input):
|
|
21 |
return f"An error occurred: {str(e)}"
|
22 |
|
23 |
iface = gr.Interface(
|
24 |
-
fn="tulu"
|
25 |
inputs=gr.Textbox(label="User Input"),
|
26 |
outputs=gr.Textbox(label="Result"),
|
27 |
title="👋🏻👋🏻Welcome to Tonic's 🌷Tulu2EasyChat",
|
|
|
21 |
return f"An error occurred: {str(e)}"
|
22 |
|
23 |
iface = gr.Interface(
|
24 |
+
fn="tulu",
|
25 |
inputs=gr.Textbox(label="User Input"),
|
26 |
outputs=gr.Textbox(label="Result"),
|
27 |
title="👋🏻👋🏻Welcome to Tonic's 🌷Tulu2EasyChat",
|