Spaces:
Runtime error
Runtime error
guynachshon
commited on
Commit
·
470af99
1
Parent(s):
d217c46
update
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def greet(name):
|
|
35 |
User info: {user_info}
|
36 |
Net conf: {net_conf}
|
37 |
"""
|
38 |
-
return res
|
39 |
|
40 |
|
41 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
|
35 |
User info: {user_info}
|
36 |
Net conf: {net_conf}
|
37 |
"""
|
38 |
+
return "Hello %s!" % res
|
39 |
|
40 |
|
41 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|