lixiang46
commited on
Commit
•
2d3d9e9
1
Parent(s):
f543b04
test
Browse files
app.py
CHANGED
@@ -143,12 +143,12 @@ with gr.Blocks(css=css) as Tryon:
|
|
143 |
label=None,
|
144 |
)
|
145 |
|
146 |
-
gr.on(
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
)
|
152 |
|
153 |
ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
|
154 |
print("ip address", ip)
|
|
|
143 |
label=None,
|
144 |
)
|
145 |
|
146 |
+
# gr.on(
|
147 |
+
# triggers = [show_case.change],
|
148 |
+
# fn=start_tryon,
|
149 |
+
# inputs=[image1, image2, seed, randomize_seed],
|
150 |
+
# outputs=[image_out, seed_used, result_info]
|
151 |
+
# )
|
152 |
|
153 |
ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
|
154 |
print("ip address", ip)
|