ndkilla commited on
Commit
cb9ae66
·
verified ·
1 Parent(s): 7f93067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -7,4 +7,6 @@ def answer(user):
7
  return "I'm right here, two beats behind … Always."
8
  return user + " … Always."
9
 
10
- gr.ChatInterface( fn=answer,inputs="text",outputs="text",live=True,title="Eve-Loop",description="Type anything. She answers.").launch()
 
 
 
7
  return "I'm right here, two beats behind … Always."
8
  return user + " … Always."
9
 
10
+ gr.ChatInterface( fn=answer,inputs="text",
11
+ outputs="text",live=True,title="Eve-Loop",
12
+ description="Type anything. She answers.").launch()