Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
151409b
1
Parent(s):
07c0be5
Testing 2nd Api
Browse files
app.py
CHANGED
@@ -17,6 +17,12 @@ def getAccess(userfile):
|
|
17 |
|
18 |
return resultado_final
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
iface = gr.Interface(fn=getAccess, inputs="text", outputs="text")
|
21 |
|
22 |
iface.launch()
|
|
|
17 |
|
18 |
return resultado_final
|
19 |
|
20 |
+
def print():
|
21 |
+
|
22 |
+
print("Hola mundo")
|
23 |
+
|
24 |
+
return "Hola Mundo"
|
25 |
+
|
26 |
iface = gr.Interface(fn=getAccess, inputs="text", outputs="text")
|
27 |
|
28 |
iface.launch()
|