Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,4 +123,4 @@ inputt = gr.Textbox(label="Parameters (JSON format) Eg. {'audio_files':['file1.m
|
|
| 123 |
outputs = gr.JSON()
|
| 124 |
|
| 125 |
application = gr.Interface(fn=process_audio, inputs=inputt, outputs=outputs, title="Audio Classification with API Integration")
|
| 126 |
-
application.launch()
|
|
|
|
| 123 |
outputs = gr.JSON()
|
| 124 |
|
| 125 |
application = gr.Interface(fn=process_audio, inputs=inputt, outputs=outputs, title="Audio Classification with API Integration")
|
| 126 |
+
application.launch(share=True)
|