Spaces:
Sleeping
Sleeping
| { | |
| "version": 2, | |
| "routes": [ | |
| { | |
| "src": "/(.*)", | |
| "dest": "api/index.py" | |
| } | |
| ], | |
| "env": { | |
| "GRADIO_SERVER_NAME": "0.0.0.0", | |
| "GRADIO_SERVER_PORT": "7860" | |
| }, | |
| "functions": { | |
| "api/index.py": { | |
| "maxDuration": 60 | |
| } | |
| } | |
| } | |