Spaces:
Runtime error
Runtime error
Commit ·
c761520
1
Parent(s): 5af83b1
add4
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', '~/home/uv/install.sh'])
|
| 10 |
|
| 11 |
|
| 12 |
demo = gr.Interface(fn=greet, inputs=grsd, outputs=grff)
|