File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class ImageToImageInput(DecartBaseModel):
8989 "mirage_v2" : ModelDefinition (
9090 name = "mirage_v2" ,
9191 url_path = "/v1/stream" ,
92- fps = 18 ,
92+ fps = 22 ,
9393 width = 1280 ,
9494 height = 704 ,
9595 input_schema = BaseModel ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def test_realtime_models() -> None:
1212
1313 model = models .realtime ("mirage_v2" )
1414 assert model .name == "mirage_v2"
15- assert model .fps == 18
15+ assert model .fps == 22
1616 assert model .width == 1280
1717 assert model .height == 704
1818 assert model .url_path == "/v1/stream"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def test_realtime_models_available():
3232
3333 model2 = models .realtime ("mirage_v2" )
3434 assert model2 .name == "mirage_v2"
35- assert model2 .fps == 18
35+ assert model2 .fps == 22
3636 assert model2 .width == 1280
3737 assert model2 .height == 704
3838 assert model2 .url_path == "/v1/stream"
You can’t perform that action at this time.
0 commit comments