Argentumnes commited on
Commit
cd1de9a
verified
1 Parent(s): 225030b

Creat app.py desde la web

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -1,5 +1,3 @@
1
- import gradio.interface as gr
2
-
3
  examples = [["Todos los hincas de Racing son"], ["Y qu茅 pas贸 con Boca"]]
4
 
5
  def greet():
@@ -10,13 +8,3 @@ def greet():
10
 
11
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
12
  iface.launch()
13
-
14
-
15
-
16
-
17
-
18
- #def greet(name):
19
- # return "Hello " + name + "!!"
20
- #
21
- #iface = gr.Interface(fn=greet, inputs="text", outputs="text")
22
- #iface.launch()
 
 
 
1
  examples = [["Todos los hincas de Racing son"], ["Y qu茅 pas贸 con Boca"]]
2
 
3
  def greet():
 
8
 
9
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
10
  iface.launch()