Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hammad712
/
MAAS
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hammad712
commited on
11 days ago
Commit
92d0da1
·
verified
·
1 Parent(s):
ffb83c8
Update models.py
Browse files
Files changed (1)
hide
show
models.py
+2
-2
models.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
from pydantic import RootModel
2
3
-
class
PageSpeedRequest
(
RootModel[dict]
):
4
-
pass
1
from pydantic import RootModel
2
3
+
class
PageSpeedURLRequest
(
BaseModel
):
4
+
target_url: str