hamenend commited on
Commit
4fd69fc
1 Parent(s): 7647350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ def greet(name):
11
  claves = getLabels(analisis)
12
  return ' '.join([str(elem) for elem in claves])
13
 
14
- iface = gr.Interface(fn=greet, inputs="text", outputs="output")
15
  iface.launch(share=False)
 
11
  claves = getLabels(analisis)
12
  return ' '.join([str(elem) for elem in claves])
13
 
14
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
15
  iface.launch(share=False)