Update app.py
Browse files
app.py
CHANGED
@@ -183,4 +183,4 @@ with gr.Blocks(css=custom_css) as interface:
|
|
183 |
Start designing today and bring your creative ideas to life!
|
184 |
""")
|
185 |
|
186 |
-
interface.launch(debug=True
|
|
|
183 |
Start designing today and bring your creative ideas to life!
|
184 |
""")
|
185 |
|
186 |
+
interface.launch(debug=True)
|