abhika-m commited on
Commit
d7667e4
·
verified ·
1 Parent(s): 7abe8a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ huggingface_hub.login(token=os.environ["HF_TOKEN"])
9
  # Fava prompt
10
  INPUT = "Read the following references:\n{evidence}\nPlease identify all the errors in the following text using the information in the references provided and suggest edits if necessary:\n[Text] {output}\n[Edited] "
11
 
12
- _article = f'<center><img src="images/fava.png" width=800px></center>'
13
 
14
  model = vllm.LLM(model="fava-uw/fava-model")
15
  def result(passage, reference):
 
9
  # Fava prompt
10
  INPUT = "Read the following references:\n{evidence}\nPlease identify all the errors in the following text using the information in the references provided and suggest edits if necessary:\n[Text] {output}\n[Edited] "
11
 
12
+ _article = f'<center><img src="https://huggingface.co/spaces/fava-uw/fava/resolve/main/images/fava.png" width=800px></center>'
13
 
14
  model = vllm.LLM(model="fava-uw/fava-model")
15
  def result(passage, reference):