Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
7ad0327
1
Parent(s):
e28cac3
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def inference(text, voice):
|
|
47 |
|
48 |
text = "Joining two modalities results in a surprising increase in generalization! What would happen if we combined them all?"
|
49 |
iface = gr.Interface(
|
50 |
-
|
51 |
inputs=[
|
52 |
gr.inputs.Textbox(type="text", default=text, label="Text"),
|
53 |
gr.inputs.Dropdown(voices, type="index"),
|
|
|
47 |
|
48 |
text = "Joining two modalities results in a surprising increase in generalization! What would happen if we combined them all?"
|
49 |
iface = gr.Interface(
|
50 |
+
inference,
|
51 |
inputs=[
|
52 |
gr.inputs.Textbox(type="text", default=text, label="Text"),
|
53 |
gr.inputs.Dropdown(voices, type="index"),
|