tommymarto commited on
Commit
b199456
·
1 Parent(s): a2ea7b8

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py DELETED
@@ -1,11 +0,0 @@
1
- import gradio as gr
2
-
3
- def greet(name):
4
- return "Hello " + name + "! aaaaaaaa !"
5
-
6
- def echo(message, history):
7
- return "Si"
8
-
9
- app = gr.Interface(fn=greet, inputs="text", outputs="text")
10
- app = gr.ChatInterface(fn=echo, examples=["hello", "hola", "merhaba"], title="Truth bot")
11
- app.launch(share=True)