Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
import time
|
6 |
import re
|
7 |
import json
|
8 |
-
import
|
9 |
from pathlib import Path
|
10 |
from huggingface_hub import CommitScheduler
|
11 |
from auditqa.sample_questions import QUESTIONS
|
|
|
5 |
import time
|
6 |
import re
|
7 |
import json
|
8 |
+
from uuid import uuid4
|
9 |
from pathlib import Path
|
10 |
from huggingface_hub import CommitScheduler
|
11 |
from auditqa.sample_questions import QUESTIONS
|