Update app.py
Browse files
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("##
|
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")
|