Tonic commited on
Commit
0af7cb9
·
1 Parent(s): a2159b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",