Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,4 +80,4 @@ custom_css = """
|
|
80 |
|
81 |
# Launch the Gradio interface
|
82 |
if __name__ == "__main__":
|
83 |
-
demo.launch(
|
|
|
80 |
|
81 |
# Launch the Gradio interface
|
82 |
if __name__ == "__main__":
|
83 |
+
demo.launch(css=custom_css,share=True)
|