Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ css_styling = """#submit {background: #1eccd8}
|
|
20 |
#submit {color: white}
|
21 |
.output-image, .input-image, .image-preview {height: 250px !important}"""
|
22 |
|
23 |
-
new_blue_color = gr.themes.Color(c50="#
|
24 |
c100="#0c1538", # Text of markdown (headers) and componnet contencts
|
25 |
c200="#000000", # Text of component headers
|
26 |
c300="#a1c6db", # Login button when used in primary color
|
@@ -47,4 +47,4 @@ with gr.Blocks(css=css_styling, theme=osium_theme, title=page_title, show_progre
|
|
47 |
|
48 |
if __name__ == "__main__":
|
49 |
demo_from_private.queue(concurrency_count=2)
|
50 |
-
demo_from_private.launch(
|
|
|
20 |
#submit {color: white}
|
21 |
.output-image, .input-image, .image-preview {height: 250px !important}"""
|
22 |
|
23 |
+
new_blue_color = gr.themes.Color(c50="#000000", # Dataframe background cell content - light mode only
|
24 |
c100="#0c1538", # Text of markdown (headers) and componnet contencts
|
25 |
c200="#000000", # Text of component headers
|
26 |
c300="#a1c6db", # Login button when used in primary color
|
|
|
47 |
|
48 |
if __name__ == "__main__":
|
49 |
demo_from_private.queue(concurrency_count=2)
|
50 |
+
demo_from_private.launch(debug=True, enable_queue=True)
|