Spaces:
Runtime error
Runtime error
Commit
β’
bb01ced
1
Parent(s):
f2ed596
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from haystack.document_stores.base import BaseDocumentStore
|
|
7 |
from haystack.schema import Document
|
8 |
|
9 |
from typing import Optional, List
|
10 |
-
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
import requests
|
|
|
7 |
from haystack.schema import Document
|
8 |
|
9 |
from typing import Optional, List
|
10 |
+
from time import perf_counter
|
11 |
import gradio as gr
|
12 |
import numpy as np
|
13 |
import requests
|