Moibe commited on
Commit
691d368
·
1 Parent(s): 151409b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ def print():
23
 
24
  return "Hola Mundo"
25
 
26
- iface = gr.Interface(fn=getAccess, inputs="text", outputs="text")
27
 
28
  iface.launch()
 
23
 
24
  return "Hola Mundo"
25
 
26
+ iface = gr.Interface(fn=getAccess, inputs="text", outputs="text", api_name="entrar")
27
 
28
  iface.launch()