fantos commited on
Commit
2a90940
·
verified ·
1 Parent(s): 15ad7ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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()