Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import os
|
|
| 5 |
import time
|
| 6 |
import re
|
| 7 |
import json
|
|
|
|
| 8 |
|
| 9 |
# Set up Gradio Theme
|
| 10 |
theme = gr.themes.Base(
|
|
|
|
| 5 |
import time
|
| 6 |
import re
|
| 7 |
import json
|
| 8 |
+
from auditqa.sample_questions import QUESTIONS
|
| 9 |
|
| 10 |
# Set up Gradio Theme
|
| 11 |
theme = gr.themes.Base(
|