Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -115,10 +115,10 @@ function readfn(inn, url_in, payload) {
|
|
115 |
|
116 |
def search(q,rn,st):
|
117 |
payload={
|
118 |
-
"model": "en_US-
|
119 |
"length": 1,
|
120 |
"noise": 0.5,
|
121 |
-
"width": 0.
|
122 |
"pause": 1
|
123 |
}
|
124 |
api=f"http://export.arxiv.org/api/query?search_query={str(q)}&start={str(st)}&max_results={str(rn)}"
|
|
|
115 |
|
116 |
def search(q,rn,st):
|
117 |
payload={
|
118 |
+
"model": "en_US-hfc_male-medium",
|
119 |
"length": 1,
|
120 |
"noise": 0.5,
|
121 |
+
"width": 0.5,
|
122 |
"pause": 1
|
123 |
}
|
124 |
api=f"http://export.arxiv.org/api/query?search_query={str(q)}&start={str(st)}&max_results={str(rn)}"
|