mageec commited on
Commit
48da169
·
verified ·
1 Parent(s): d1e96e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ iface = gr.Interface(
80
  description="Demo for Language Identification using OpenAI's [Whisper Large V2](https://huggingface.co/openai/whisper-large-v2).",
81
  allow_flagging='never',
82
  )
83
- iface.launch(enable_queue=True)
 
80
  description="Demo for Language Identification using OpenAI's [Whisper Large V2](https://huggingface.co/openai/whisper-large-v2).",
81
  allow_flagging='never',
82
  )
83
+ iface.launch(enable_queue=True, server_name="ubuntu")