satpalsr commited on
Commit
87f7efc
·
1 Parent(s): cd78c53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def get_msg(name, request: gr.Request):
6
  actualorigin = request.headers
7
  if actualorigin == trueorigin:
8
  return "Working"
9
- return "Hello " + name + "!" + str(type(actualorigin))
10
 
11
  with gr.Blocks() as demo:
12
 
 
6
  actualorigin = request.headers
7
  if actualorigin == trueorigin:
8
  return "Working"
9
+ return "Hello " + name + "!" + str(actualorigin)
10
 
11
  with gr.Blocks() as demo:
12