Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
691d368
1
Parent(s):
151409b
Api name
Browse files
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()
|