Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Uhhy/Text-servicegggg
Uhhy
/
Service-text
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Uhhy
commited on
Sep 16, 2024
Commit
75ac60b
·
verified
·
1 Parent(s):
0b4f2a1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -7,6 +7,7 @@ import huggingface_hub
7
import re
8
from dotenv import load_dotenv
9
import spaces
10
11
load_dotenv()
12
7
import re
8
from dotenv import load_dotenv
9
import spaces
10
+
from spaces import GPU
11
12
load_dotenv()
13