Spaces:
Sleeping
Sleeping
mokshdudeja
commited on
Commit
•
1f58b7d
1
Parent(s):
5348175
Update app.py
Browse files
app.py
CHANGED
@@ -160,6 +160,6 @@ demo = gr.Interface(
|
|
160 |
fn=greet,
|
161 |
inputs=[gr.inputs.Textbox(label='What would you like the voice to say? (max. 2000 characters per request)'),gr.Audio(type="filepath", source="upload",label='Please upload a voice to clone (max. 30mb)'),gr.Audio(source="microphone", type="filepath", streaming=True)],
|
162 |
outputs="audio",
|
163 |
-
title="
|
164 |
)
|
165 |
demo.launch()
|
|
|
160 |
fn=greet,
|
161 |
inputs=[gr.inputs.Textbox(label='What would you like the voice to say? (max. 2000 characters per request)'),gr.Audio(type="filepath", source="upload",label='Please upload a voice to clone (max. 30mb)'),gr.Audio(source="microphone", type="filepath", streaming=True)],
|
162 |
outputs="audio",
|
163 |
+
title="Voice Cloning Tool Created by Dikshita and Jagriti"
|
164 |
)
|
165 |
demo.launch()
|