Spaces:
Running
on
T4
Running
on
T4
Ava Pun
commited on
Commit
·
7105ff7
1
Parent(s):
d339dae
Remove deep link button because it doesn't work (different user sessions conflict)
Browse files
app.py
CHANGED
@@ -77,6 +77,7 @@ def main():
|
|
77 |
additional_inputs=[in_temperature, in_seed, in_bricks, in_rejections, in_regenerations],
|
78 |
outputs=[out_img, out_txt],
|
79 |
flagging_mode='never',
|
|
|
80 |
)
|
81 |
with demo:
|
82 |
with gr.Row():
|
|
|
77 |
additional_inputs=[in_temperature, in_seed, in_bricks, in_rejections, in_regenerations],
|
78 |
outputs=[out_img, out_txt],
|
79 |
flagging_mode='never',
|
80 |
+
deep_link=False,
|
81 |
)
|
82 |
with demo:
|
83 |
with gr.Row():
|