Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|