bndl commited on
Commit
a20f6e8
·
1 Parent(s): 3eb615a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ html = f"""<html> <link rel="icon" type="image/x-icon" href="file={favicon_path}
41
  <img src='file={logo_path}' alt='Osium AI logo' width='200' height='100'> </html>"""
42
 
43
 
44
- with gr.Blocks(css=css_styling, theme=osium_theme, title=page_title) as demo_from_private:
45
  gr.Interface.load("spaces/sandl/private_particles_segmentation", api_key=GRADIO_TOKEN, enable_queue=True)
46
 
47
 
 
41
  <img src='file={logo_path}' alt='Osium AI logo' width='200' height='100'> </html>"""
42
 
43
 
44
+ with gr.Blocks(css=css_styling, theme=osium_theme, title=page_title, show_progress=True) as demo_from_private:
45
  gr.Interface.load("spaces/sandl/private_particles_segmentation", api_key=GRADIO_TOKEN, enable_queue=True)
46
 
47