Spaces:
Runtime error
Runtime error
Rex Cheng
commited on
Commit
β’
10fd932
1
Parent(s):
77e7170
remove port
Browse files
app.py
CHANGED
@@ -155,5 +155,4 @@ text_to_audio_tab = gr.Interface(
|
|
155 |
|
156 |
if __name__ == "__main__":
|
157 |
gr.TabbedInterface([video_to_audio_tab, text_to_audio_tab],
|
158 |
-
['Video-to-Audio', 'Text-to-Audio']).launch(
|
159 |
-
allowed_paths=[output_dir])
|
|
|
155 |
|
156 |
if __name__ == "__main__":
|
157 |
gr.TabbedInterface([video_to_audio_tab, text_to_audio_tab],
|
158 |
+
['Video-to-Audio', 'Text-to-Audio']).launch(allowed_paths=[output_dir])
|
|