Gabszap commited on
Commit
f3db8e9
·
verified ·
1 Parent(s): 57c1929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,7 +56,7 @@ def main():
56
  outputs=image_output,
57
  )
58
 
59
- iface.launch()
60
 
61
 
62
  def extract_metadata(image_file):
@@ -155,4 +155,4 @@ def toggle_censor(image_state):
155
 
156
 
157
  if __name__ == "__main__":
158
- demo.launch(show_error=True)
 
56
  outputs=image_output,
57
  )
58
 
59
+ iface.launch(show_error=True)
60
 
61
 
62
  def extract_metadata(image_file):
 
155
 
156
 
157
  if __name__ == "__main__":
158
+ main()