feng2022 commited on
Commit
3ad9d4a
1 Parent(s): 2274542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ def predict(text):
52
  return pipe(text)[0]["translation_text"]
53
 
54
  def main():
55
- tools.setup_helpers.cuda.CUDA_HOME
56
  load_model("stylegan2-ffhq-config-f","feng2022/Time-TravelRephotography_stylegan2-ffhq-config-f")
57
  iface = gr.Interface(
58
  fn=predict,
 
52
  return pipe(text)[0]["translation_text"]
53
 
54
  def main():
 
55
  load_model("stylegan2-ffhq-config-f","feng2022/Time-TravelRephotography_stylegan2-ffhq-config-f")
56
  iface = gr.Interface(
57
  fn=predict,