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

Update app.py

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