Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -361,13 +361,7 @@ with gr.Blocks(title="Fast CPU Translation App") as iface:
|
|
361 |
- Frequently used phrases use an LRU cache for speed
|
362 |
""")
|
363 |
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
show_error=True,
|
369 |
-
share=False,
|
370 |
-
quiet=True,
|
371 |
-
server_name="0.0.0.0",
|
372 |
-
server_port=7860
|
373 |
-
)
|
|
|
361 |
- Frequently used phrases use an LRU cache for speed
|
362 |
""")
|
363 |
|
364 |
+
|
365 |
+
iface.launch(
|
366 |
+
show_error=True,
|
367 |
+
)
|
|
|
|
|
|
|
|
|
|
|
|