Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ Home delivery robots: Use autonomous delivery robots to deliver biscuits directl
|
|
38 |
###
|
39 |
"""
|
40 |
|
|
|
41 |
headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
|
42 |
url_decodemprompts='https://us-central1-createinsightsproject.cloudfunctions.net/getdecodemprompts'
|
43 |
|
@@ -51,6 +52,7 @@ print(r.content)
|
|
51 |
prompt=str(r.content)
|
52 |
prompt=prompt.split('\n')
|
53 |
prompt="\n".join(prompt)
|
|
|
54 |
|
55 |
def infer(prompt,
|
56 |
max_length = 250,
|
|
|
38 |
###
|
39 |
"""
|
40 |
|
41 |
+
"""
|
42 |
headers = {'Content-type': 'application/json', 'Accept': 'text/plain'}
|
43 |
url_decodemprompts='https://us-central1-createinsightsproject.cloudfunctions.net/getdecodemprompts'
|
44 |
|
|
|
52 |
prompt=str(r.content)
|
53 |
prompt=prompt.split('\n')
|
54 |
prompt="\n".join(prompt)
|
55 |
+
"""
|
56 |
|
57 |
def infer(prompt,
|
58 |
max_length = 250,
|