Fetching metadata from the HF Docker repository...
|
@@ -4,6 +4,7 @@
|
|
4
|
import gradio as gr
|
|
5
|
import time
|
|
6
|
import os
|
|
|
|
|
7
|
import spaces
|
|
8
|
@spaces.GPU
|
|
9
|
def greet(name):
|
|
|
|
4
|
import gradio as gr
|
|
5
|
import time
|
|
6
|
import os
|
|
7
|
+
import torch
|
|
8
|
import spaces
|
|
9
|
@spaces.GPU
|
|
10
|
def greet(name):
|