Spaces:
Paused
Paused
Johann Diedrick
commited on
Commit
•
caaab46
1
Parent(s):
3f31e90
typo
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def my_inference_function(name):
|
|
30 |
gradio_interface = gr.Interface(
|
31 |
fn = my_inference_function,
|
32 |
inputs = "text",
|
33 |
-
outputs = [outputs]
|
34 |
)
|
35 |
|
36 |
gradio_interface.launch()
|
|
|
30 |
gradio_interface = gr.Interface(
|
31 |
fn = my_inference_function,
|
32 |
inputs = "text",
|
33 |
+
outputs = [outputs],
|
34 |
)
|
35 |
|
36 |
gradio_interface.launch()
|