Spaces:
Sleeping
Sleeping
Update test2.py
Browse files- tests/test2.py +1 -1
tests/test2.py
CHANGED
|
@@ -6,7 +6,7 @@ import torch
|
|
| 6 |
import pytest
|
| 7 |
|
| 8 |
# Adjust this import if your file isn't named fsrcnn_app.py
|
| 9 |
-
import
|
| 10 |
|
| 11 |
|
| 12 |
@pytest.fixture(autouse=True)
|
|
|
|
| 6 |
import pytest
|
| 7 |
|
| 8 |
# Adjust this import if your file isn't named fsrcnn_app.py
|
| 9 |
+
import app as app
|
| 10 |
|
| 11 |
|
| 12 |
@pytest.fixture(autouse=True)
|