Spaces:
Running
Running
charliebaby2023
commited on
Commit
•
b5fa7e7
1
Parent(s):
6e1f6c4
Update app.py
Browse files
app.py
CHANGED
@@ -96,6 +96,7 @@ js_code = """
|
|
96 |
|
97 |
|
98 |
with gr.Blocks(css="""
|
|
|
99 |
.genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
|
100 |
.stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
|
101 |
.float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
|
@@ -104,7 +105,7 @@ with gr.Blocks(css="""
|
|
104 |
make_me()
|
105 |
|
106 |
demo.queue()
|
107 |
-
demo.launch(max_threads=
|
108 |
|
109 |
|
110 |
|
|
|
96 |
|
97 |
|
98 |
with gr.Blocks(css="""
|
99 |
+
label.float.svelte-i3tvor { bottom: 0; position: absolute; background: rgba(0,0,0,0.0); left: var(--block-label-margin); color: rgba(200,200,200,.7);}
|
100 |
.genbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
|
101 |
.stopbut { max-width: 50px; max-height: 30px; width:150px; height:30px}
|
102 |
.float.svelte-1mwvhlq { position: absolute; top: var(--block-label-margin); left: var(--block-label-margin); background: none; border: none;}
|
|
|
105 |
make_me()
|
106 |
|
107 |
demo.queue()
|
108 |
+
demo.launch(max_threads=200 )
|
109 |
|
110 |
|
111 |
|