Spaces:
whan12
/
Running on L4

abhika-m commited on
Commit
239e7f0
1 Parent(s): b624fdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,9 +1,9 @@
1
  import vllm
2
  import torch
3
  import gradio
4
- from transformers import whoami
5
 
6
- user = whoami(token=HF_TOKEN)
7
 
8
  # Fava prompt
9
  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] "
 
1
  import vllm
2
  import torch
3
  import gradio
4
+ import huggingface_hub
5
 
6
+ huggingface_hub.login(token=HF_TOKEN)
7
 
8
  # Fava prompt
9
  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] "