Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3214,7 +3214,7 @@ def process_pdf():
|
|
| 3214 |
"output_json": "output_path",
|
| 3215 |
"sprites": "result",
|
| 3216 |
"project_output_json": "project_output",
|
| 3217 |
-
"test_url": download_url
|
| 3218 |
}), 500
|
| 3219 |
|
| 3220 |
if __name__ == '__main__':
|
|
|
|
| 3214 |
"output_json": "output_path",
|
| 3215 |
"sprites": "result",
|
| 3216 |
"project_output_json": "project_output",
|
| 3217 |
+
"test_url": "download_url"
|
| 3218 |
}), 500
|
| 3219 |
|
| 3220 |
if __name__ == '__main__':
|