Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|