Hugging Face
Models
Datasets
Spaces
Posts
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
Mar 24, 2024
Commit
0e63df4
·
verified
·
1 Parent(s):
276bcdb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -20,7 +20,6 @@ app = Flask(__name__)
20
21
limiter = Limiter(
22
app,
23
-
key_func=get_remote_address,
24
default_limits=["30 per minute"]
25
)
26
20
21
limiter = Limiter(
22
app,
23
default_limits=["30 per minute"]
24
)
25