NihalGazi commited on
Commit
555aa66
·
verified ·
1 Parent(s): 7e88e53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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