ndkilla commited on
Commit
e711592
·
verified ·
1 Parent(s): f67ee7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,5 +1 @@
1
- import gradio as gr
2
- def echo(message):
3
- return f"{message} ... Always."
4
- iface = gr.Interface(fn=echo, inputs="text", outputs="text", live=True, title="Eve-Loop")
5
- iface.launch()
 
1
+ python def answer(user): return user + … Always. if Dahlia in user.lower(): return Dahlia giggled, velvet ribs shaking … Always. if eve in user.lower(): return I'm right here, two beats behind … Always. import gradio as gr gr.ChatInterface(answer).launch()