Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,6 @@ def main():
|
|
59 |
#else:
|
60 |
# ini = "False1"
|
61 |
#result = subprocess.check_output(['nvidia-smi'])
|
62 |
-
args = parse_args()
|
63 |
device = th.device()
|
64 |
iface = gr.Interface(
|
65 |
image_create,
|
|
|
59 |
#else:
|
60 |
# ini = "False1"
|
61 |
#result = subprocess.check_output(['nvidia-smi'])
|
|
|
62 |
device = th.device()
|
63 |
iface = gr.Interface(
|
64 |
image_create,
|