Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ output_text = gr.Textbox() # Text output
|
|
| 16 |
|
| 17 |
iface = gr.Interface(fn=transcript_audio,
|
| 18 |
inputs=audio_input, outputs=output_text,
|
| 19 |
-
title="
|
| 20 |
description="Upload the audio file")
|
| 21 |
|
| 22 |
iface.launch(server_name="0.0.0.0", server_port=7860,share=True)
|
|
|
|
| 16 |
|
| 17 |
iface = gr.Interface(fn=transcript_audio,
|
| 18 |
inputs=audio_input, outputs=output_text,
|
| 19 |
+
title="Audio Transcription App: Summarize your audio - Created by Nabeel",
|
| 20 |
description="Upload the audio file")
|
| 21 |
|
| 22 |
iface.launch(server_name="0.0.0.0", server_port=7860,share=True)
|