Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ try:
|
|
| 12 |
with open("faceflux.py", "w") as file_object:
|
| 13 |
file_object.write(faceflux_model)
|
| 14 |
print("Successfully wrote code to faceflux.py")
|
|
|
|
| 15 |
except IOError as e:
|
| 16 |
print(f"Error writing to file: {e}")
|
| 17 |
|
|
|
|
| 12 |
with open("faceflux.py", "w") as file_object:
|
| 13 |
file_object.write(faceflux_model)
|
| 14 |
print("Successfully wrote code to faceflux.py")
|
| 15 |
+
print(faceflux_model)
|
| 16 |
except IOError as e:
|
| 17 |
print(f"Error writing to file: {e}")
|
| 18 |
|