IlyasMoutawwakil HF staff commited on
Commit
bb01ced
β€’
1 Parent(s): f2ed596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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