Tringles commited on
Commit
7698e42
·
1 Parent(s): dfb5166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def musicGen(query):
22
 
23
  return f'/tmp/{tmp_video_name}', f'/tmp/{tmp_audio_name}'
24
 
25
- demo = gr.Interface(fn=musicGen, inputs='text', outputs=['video', 'audio'])
26
 
27
  if __name__ == "__main__":
28
  demo.launch()
 
22
 
23
  return f'/tmp/{tmp_video_name}', f'/tmp/{tmp_audio_name}'
24
 
25
+ demo = gr.Interface(title="The inference server has been shutdown", fn=musicGen, inputs='text', outputs=['video', 'audio'])
26
 
27
  if __name__ == "__main__":
28
  demo.launch()