ressay1973 commited on
Commit
5f8135e
·
verified ·
1 Parent(s): 5196201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -62,5 +62,6 @@ iface = gr.Interface(
62
  theme="default"
63
  )
64
 
65
- # Lanzar UI\ if __name__ == "__main__":
 
66
  iface.launch()
 
62
  theme="default"
63
  )
64
 
65
+ # Lanzar UI
66
+ if __name__ == "__main__":
67
  iface.launch()