guynachshon commited on
Commit
470af99
·
1 Parent(s): d217c46
Files changed (1) hide show
  1. app.py +1 -1
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")