Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,4 +154,6 @@ Try our system by uploading an image and adding your watermark below!
|
|
154 |
"""Launch the interface"""
|
155 |
self.interface.launch(*args, **kwargs)
|
156 |
|
157 |
-
if
|
|
|
|
|
|
154 |
"""Launch the interface"""
|
155 |
self.interface.launch(*args, **kwargs)
|
156 |
|
157 |
+
if __name__ == "__main__":
|
158 |
+
app = WatermarkGUI()
|
159 |
+
app.launch()
|