Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def main():
|
|
63 |
else:
|
64 |
result = "False2"
|
65 |
#load_model("stylegan2-ffhq-config-f","feng2022/Time-TravelRephotography_stylegan2-ffhq-config-f")
|
66 |
-
result = subprocess.check_output(['nvidia-smi'])
|
67 |
iface = gr.Interface(
|
68 |
fn=predict,
|
69 |
inputs='text',
|
|
|
63 |
else:
|
64 |
result = "False2"
|
65 |
#load_model("stylegan2-ffhq-config-f","feng2022/Time-TravelRephotography_stylegan2-ffhq-config-f")
|
66 |
+
#result = subprocess.check_output(['nvidia-smi'])
|
67 |
iface = gr.Interface(
|
68 |
fn=predict,
|
69 |
inputs='text',
|