radames commited on
Commit
b76b5f8
·
1 Parent(s): 2ff48a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(text, request: gr.Request):
14
  "headers": headers}
15
 
16
  with gr.Blocks() as block:
17
- gr.Markdown("## Test request")
18
  text = gr.Textbox(label="dummy input")
19
  output = gr.JSON({})
20
  btn = gr.Button("Test")
 
14
  "headers": headers}
15
 
16
  with gr.Blocks() as block:
17
+ gr.Markdown("## Gradio get client IP")
18
  text = gr.Textbox(label="dummy input")
19
  output = gr.JSON({})
20
  btn = gr.Button("Test")