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