Offex commited on
Commit
eb0d07d
·
verified ·
1 Parent(s): 1403aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -18,4 +18,8 @@ gr.Interface(
18
  inputs=gr.Textbox(label="Text"),
19
  outputs=gr.Audio(type="filepath"),
20
  title="AI Voice Generator (HF Stable)"
21
- ).launch()
 
 
 
 
 
18
  inputs=gr.Textbox(label="Text"),
19
  outputs=gr.Audio(type="filepath"),
20
  title="AI Voice Generator (HF Stable)"
21
+ )demo.launch(
22
+ server_name="0.0.0.0",
23
+ server_port=7860,
24
+ share=False
25
+ )