Commit
·
33931db
1
Parent(s):
a11ee17
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ def my_inference_function(name):
|
|
| 5 |
|
| 6 |
gr_interface = gr.Interface(
|
| 7 |
fn = "my_inference_function",
|
| 8 |
-
|
| 9 |
outputs = "texts"
|
| 10 |
)
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
gr_interface = gr.Interface(
|
| 7 |
fn = "my_inference_function",
|
| 8 |
+
inputs = "texts",
|
| 9 |
outputs = "texts"
|
| 10 |
)
|
| 11 |
|