Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|