Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,9 @@ import gradio as gr
|
|
| 2 |
import json
|
| 3 |
import re
|
| 4 |
import torch
|
|
|
|
|
|
|
|
|
|
| 5 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 6 |
|
| 7 |
model_name = 'yuntian-deng/ak-paper-selection-deberta'
|
|
|
|
| 2 |
import json
|
| 3 |
import re
|
| 4 |
import torch
|
| 5 |
+
import feedparser
|
| 6 |
+
import time
|
| 7 |
+
from urllib.parse import urlparse, parse_qs
|
| 8 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
| 9 |
|
| 10 |
model_name = 'yuntian-deng/ak-paper-selection-deberta'
|