upperwal commited on
Commit
0e9349e
·
verified ·
1 Parent(s): 6dcdc90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def slow_echo(message, history):
61
  yield "You typed: " + message[: i+1]
62
 
63
  demo = gr.ChatInterface(
64
- slow_echo,
65
  chatbot=gr.Chatbot(height=300),
66
  textbox=gr.Textbox(placeholder="Try Pragna SFT", container=False, scale=7),
67
  title="pragna-1b-it",
 
61
  yield "You typed: " + message[: i+1]
62
 
63
  demo = gr.ChatInterface(
64
+ predict,
65
  chatbot=gr.Chatbot(height=300),
66
  textbox=gr.Textbox(placeholder="Try Pragna SFT", container=False, scale=7),
67
  title="pragna-1b-it",