IlyasMoutawwakil HF staff commited on
Commit
6693180
β€’
1 Parent(s): 5becf31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from haystack.schema import Document
8
 
9
  from typing import Optional, List
10
 
11
- # from huggingface_hub import get_inference_endpoint
12
  from datasets import load_dataset
13
  from time import perf_counter
14
  import gradio as gr
 
8
 
9
  from typing import Optional, List
10
 
11
+ from huggingface_hub import get_inference_endpoint
12
  from datasets import load_dataset
13
  from time import perf_counter
14
  import gradio as gr