feng2022 commited on
Commit
8e4bac4
1 Parent(s): 2a94d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def main():
56
  result = "True"
57
  else:
58
  result = "False"
59
- load_model("stylegan2-ffhq-config-f","feng2022/Time-TravelRephotography_stylegan2-ffhq-config-f")
60
  iface = gr.Interface(
61
  fn=predict,
62
  inputs='text',
 
56
  result = "True"
57
  else:
58
  result = "False"
59
+ #load_model("stylegan2-ffhq-config-f","feng2022/Time-TravelRephotography_stylegan2-ffhq-config-f")
60
  iface = gr.Interface(
61
  fn=predict,
62
  inputs='text',