maximuspowers commited on
Commit
9469204
·
verified ·
1 Parent(s): c36067b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,5 +56,6 @@ iface = gr.Interface(
56
  postprocessing_fn=format_output
57
  )
58
 
 
59
  if __name__ == "__main__":
60
  iface.launch()
 
56
  postprocessing_fn=format_output
57
  )
58
 
59
+ #
60
  if __name__ == "__main__":
61
  iface.launch()