Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ end_time = time.time()
|
|
41 |
print(f"Time taken for matrix multiplication with PyTorch: {end_time - start_time:.6f} seconds")
|
42 |
|
43 |
@spaces.GPU
|
44 |
-
def
|
45 |
print(zero.device) # <-- 'cuda:0' 🤗
|
46 |
-
|
47 |
|
48 |
-
demo = gr.Interface(
|
49 |
demo.launch()
|
|
|
41 |
print(f"Time taken for matrix multiplication with PyTorch: {end_time - start_time:.6f} seconds")
|
42 |
|
43 |
@spaces.GPU
|
44 |
+
def zeroGPU_test(n):
|
45 |
print(zero.device) # <-- 'cuda:0' 🤗
|
46 |
+
|
47 |
|
48 |
+
demo = gr.Interface()
|
49 |
demo.launch()
|