saboor345 commited on
Commit
75424f7
·
1 Parent(s): e9f567e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ import numpy as np
6
  from bark.generation import preload_models, SAMPLE_RATE
7
  from bark import generate_audio
8
  from scipy.io import wavfile
9
- from IPython.display import Audio
10
  import gradio as gr
11
  nltk.download('punkt')
12
  os.environ["CUDA_VISIBLE_DEVICES"] = "0"
@@ -242,4 +242,4 @@ iface = gr.Interface(
242
  )
243
 
244
  # Launch the Gradio app with sharing enabled
245
- iface.launch(share=True, debug=True, enable_queue=True)
 
6
  from bark.generation import preload_models, SAMPLE_RATE
7
  from bark import generate_audio
8
  from scipy.io import wavfile
9
+
10
  import gradio as gr
11
  nltk.download('punkt')
12
  os.environ["CUDA_VISIBLE_DEVICES"] = "0"
 
242
  )
243
 
244
  # Launch the Gradio app with sharing enabled
245
+ iface.launch(debug=True, enable_queue=True)