Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def app():
|
|
| 39 |
astronaut,
|
| 40 |
os.path.join(os.path.dirname(__file__), "images/7.png"),
|
| 41 |
os.path.join(os.path.dirname(__file__), "images/34.png")
|
| 42 |
-
],
|
| 43 |
|
| 44 |
|
| 45 |
if __name__ == "__main__":
|
|
|
|
| 39 |
astronaut,
|
| 40 |
os.path.join(os.path.dirname(__file__), "images/7.png"),
|
| 41 |
os.path.join(os.path.dirname(__file__), "images/34.png")
|
| 42 |
+
], allow_flagging='never', title='Image Encoder')
|
| 43 |
|
| 44 |
|
| 45 |
if __name__ == "__main__":
|