Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- run_all_samples.py +1 -1
run_all_samples.py
CHANGED
|
@@ -8,7 +8,7 @@ from pathlib import Path
|
|
| 8 |
import requests
|
| 9 |
|
| 10 |
from fastapi.testclient import TestClient
|
| 11 |
-
from
|
| 12 |
|
| 13 |
# -----------------------------
|
| 14 |
# 1. Paths
|
|
|
|
| 8 |
import requests
|
| 9 |
|
| 10 |
from fastapi.testclient import TestClient
|
| 11 |
+
from app import app # your extractor file
|
| 12 |
|
| 13 |
# -----------------------------
|
| 14 |
# 1. Paths
|