Martijn Bartelds
commited on
Commit
•
1204cff
1
Parent(s):
46ebc44
Update app
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ examples = [
|
|
46 |
gr.Interface(
|
47 |
inference,
|
48 |
[gr.inputs.Textbox(label="Input text", lines=3), gr.inputs.Radio(choices=["Hoogelaandsters", "Oldambsters", "Westerkertaaiers"], type="value", default="Hoogelaandsters", label="Variant")],
|
49 |
-
[gr.outputs.Audio(type="
|
50 |
title=title,
|
51 |
examples=examples
|
52 |
).launch(enable_queue=True)
|
|
|
46 |
gr.Interface(
|
47 |
inference,
|
48 |
[gr.inputs.Textbox(label="Input text", lines=3), gr.inputs.Radio(choices=["Hoogelaandsters", "Oldambsters", "Westerkertaaiers"], type="value", default="Hoogelaandsters", label="Variant")],
|
49 |
+
[gr.outputs.Audio(type="file", label="Output"), gr.outputs.File()],
|
50 |
title=title,
|
51 |
examples=examples
|
52 |
).launch(enable_queue=True)
|