Spaces:
Running
on
Zero
Running
on
Zero
Tanut
commited on
Commit
·
6f0e213
1
Parent(s):
fc29d6e
Fix
Browse files
app.py
CHANGED
@@ -101,11 +101,10 @@ with gr.Blocks() as demo:
|
|
101 |
btn.click(generate, [prompt, negative, steps, cfg, width, height, seed], [out_img, out_seed])
|
102 |
|
103 |
if __name__ == "__main__":
|
104 |
-
# Spaces requires a shareable link (no localhost)
|
105 |
demo.queue(max_size=8).launch(
|
106 |
server_name="0.0.0.0",
|
107 |
server_port=7860,
|
108 |
share=True,
|
109 |
show_api=True,
|
110 |
-
analytics_enabled=False,
|
111 |
)
|
|
|
|
101 |
btn.click(generate, [prompt, negative, steps, cfg, width, height, seed], [out_img, out_seed])
|
102 |
|
103 |
if __name__ == "__main__":
|
|
|
104 |
demo.queue(max_size=8).launch(
|
105 |
server_name="0.0.0.0",
|
106 |
server_port=7860,
|
107 |
share=True,
|
108 |
show_api=True,
|
|
|
109 |
)
|
110 |
+
|