Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
DIVY118
/
API2
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
DIVY118
commited on
Jan 28, 2024
Commit
b4b3633
·
verified
·
1 Parent(s):
dc703b2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -75,7 +75,6 @@ def Web():
75
result = {
76
'response': Online_Scraper(key)
77
}
78
-
counter["Web"]+=1
79
return jsonify(result)
80
81
75
result = {
76
'response': Online_Scraper(key)
77
}
78
return jsonify(result)
79
80