Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
gradio text output
Browse files
app.py
CHANGED
|
@@ -13,6 +13,7 @@ input_textbox = gr.Textbox(
|
|
| 13 |
gradio_app = gr.Interface(
|
| 14 |
predict,
|
| 15 |
input_textbox,
|
|
|
|
| 16 |
title="xVASynth",
|
| 17 |
)
|
| 18 |
|
|
|
|
| 13 |
gradio_app = gr.Interface(
|
| 14 |
predict,
|
| 15 |
input_textbox,
|
| 16 |
+
outputs="text",
|
| 17 |
title="xVASynth",
|
| 18 |
)
|
| 19 |
|