Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|