johnpaulbin commited on
Commit
e73b223
·
verified ·
1 Parent(s): cedd7b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -10
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
- # Launch with optimized settings
365
- if __name__ == "__main__":
366
- iface.launch(
367
- debug=False,
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
+ )