Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1027,4 +1027,4 @@ if __name__ == "__main__":
|
|
1027 |
print(f"Current device: {torch.cuda.current_device()}")
|
1028 |
print(f"Device name: {torch.cuda.get_device_name()}")
|
1029 |
iface = main()
|
1030 |
-
iface.launch(
|
|
|
1027 |
print(f"Current device: {torch.cuda.current_device()}")
|
1028 |
print(f"Device name: {torch.cuda.get_device_name()}")
|
1029 |
iface = main()
|
1030 |
+
iface.launch()
|