Spaces:
Runtime error
Runtime error
Commit ·
2dd230d
1
Parent(s): c761520
ssd
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ zero = torch.Tensor([0]).cuda()
|
|
| 6 |
print(zero.device) # <-- 'cpu' 🤔
|
| 7 |
|
| 8 |
@spaces.GPU
|
| 9 |
-
subprocess.run(['bash', '
|
| 10 |
|
| 11 |
|
| 12 |
demo = gr.Interface(fn=greet, inputs=grsd, outputs=grff)
|
|
|
|
| 6 |
print(zero.device) # <-- 'cpu' 🤔
|
| 7 |
|
| 8 |
@spaces.GPU
|
| 9 |
+
subprocess.run(['bash', 'assets/uv-installer.sh'])
|
| 10 |
|
| 11 |
|
| 12 |
demo = gr.Interface(fn=greet, inputs=grsd, outputs=grff)
|