Update app.py
Browse files
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()
|
|
|
|
|
|
|
|
|
|
|
|