Fetching metadata from the HF Docker repository...
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1
|
import gradio as gr
|
2
|
import os
|
3
|
import torch
|
|
|
1
|
+
import spaces
|
2
|
+
|
3
|
+
@spaces.GPU
|
4
|
+
def my_gpu_function():
|
5
|
+
# Your code here
|
6
|
+
|
7
|
import gradio as gr
|
8
|
import os
|
9
|
import torch
|