Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -6,7 +6,6 @@ from urdu_punkt import Urdu
|
|
6 |
from multi_lingual import MultiLingual
|
7 |
from langdetect import detect, DetectorFactory
|
8 |
|
9 |
-
CUSTOM_PATH = "/punctuate"
|
10 |
DetectorFactory.seed = 42
|
11 |
|
12 |
app = FastAPI()
|
@@ -40,4 +39,4 @@ io = gr.Interface(
|
|
40 |
css="footer {visibility: hidden}",
|
41 |
)
|
42 |
|
43 |
-
app = gr.mount_gradio_app(app, io
|
|
|
6 |
from multi_lingual import MultiLingual
|
7 |
from langdetect import detect, DetectorFactory
|
8 |
|
|
|
9 |
DetectorFactory.seed = 42
|
10 |
|
11 |
app = FastAPI()
|
|
|
39 |
css="footer {visibility: hidden}",
|
40 |
)
|
41 |
|
42 |
+
app = gr.mount_gradio_app(app, io)
|