salso commited on
Commit
d8494c4
·
verified ·
1 Parent(s): 2ad9f32

Update app.py

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