salso commited on
Commit
25bc620
·
verified ·
1 Parent(s): ebd0cfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -459,7 +459,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as app:
459
  """)
460
 
461
  if __name__ == "__main__":
462
- # Create an examples directory if it doesn't exist , for now empty
463
  os.makedirs("examples", exist_ok=True)
464
 
465
  # Launch the app
 
459
  """)
460
 
461
  if __name__ == "__main__":
462
+ # Create an examples directory if it doesn't exist , for now it is empty
463
  os.makedirs("examples", exist_ok=True)
464
 
465
  # Launch the app