Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
AWeirdDev
/
g4f
like
0
Paused
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()