Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield
/
arXiv-reader
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield
commited on
Dec 3, 2024
Commit
419f14a
·
verified
·
1 Parent(s):
20960fc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -3,6 +3,8 @@ import xmltodict
3
import requests
4
import json
5
import uuid
6
7
style="""
8
.title_div{
3
import requests
4
import json
5
import uuid
6
+
from pypipertts import PyPiper
7
+
pp=PyPiper()
8
9
style="""
10
.title_div{