Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AWeirdDev
/
g4f
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AWeirdDev
commited on
Apr 7, 2024
Commit
f418b75
·
verified
·
1 Parent(s):
ddeeac7
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+2
-1
main.py
CHANGED
Viewed
@@ -40,7 +40,8 @@ class Api:
40
41
if debug:
42
g4f.debug.logging = True
43
-
44
self.mkclient()
45
46
nest_asyncio.apply()
40
41
if debug:
42
g4f.debug.logging = True
43
+
44
+
self.n = 10
45
self.mkclient()
46
47
nest_asyncio.apply()