bndl commited on
Commit
0decc22
·
1 Parent(s): a20f6e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="#FF00FF", # 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,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(auth=authenticate_from_public, debug=True, enable_queue=True)
 
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)