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