Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thunder-lord
/
is-a
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thunder-lord
commited on
Sep 23, 2024
Commit
bb428ca
·
verified
·
1 Parent(s):
8b40d15
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -14,6 +14,9 @@ import json
14
import subprocess
15
import string
16
import random
17
18
19
14
import subprocess
15
import string
16
import random
17
+
from g4f.client import Client
18
+
19
+
client = Client()
20
21
22