Spaces:
Sleeping
Sleeping
Upload 4 files
Browse filesOverall, I tried to keep it close to the HF dialect.
- app.py +1 -1
- packages.txt +1 -2
- pre-requirements.txt +1 -0
- requirements.txt +0 -1
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import json
|
2 |
import os
|
3 |
from pathlib import Path
|
@@ -5,7 +6,6 @@ from typing import Callable, NoReturn
|
|
5 |
|
6 |
from asgi_correlation_id import CorrelationIdMiddleware
|
7 |
import gradio as gr
|
8 |
-
import spaces
|
9 |
from starlette.responses import JSONResponse
|
10 |
import structlog
|
11 |
import uvicorn
|
|
|
1 |
+
import spaces
|
2 |
import json
|
3 |
import os
|
4 |
from pathlib import Path
|
|
|
6 |
|
7 |
from asgi_correlation_id import CorrelationIdMiddleware
|
8 |
import gradio as gr
|
|
|
9 |
from starlette.responses import JSONResponse
|
10 |
import structlog
|
11 |
import uvicorn
|
packages.txt
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
npm
|
2 |
-
nodejs
|
|
|
1 |
+
npm nodejs
|
|
pre-requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
pip
|
requirements.txt
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
pip
|
2 |
samgis-lisa==1.0.8
|
|
|
|
|
1 |
samgis-lisa==1.0.8
|