Himanshusingh
commited on
Commit
•
7af1a44
1
Parent(s):
33931db
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ def my_inference_function(name):
|
|
5 |
|
6 |
gr_interface = gr.Interface(
|
7 |
fn = "my_inference_function",
|
8 |
-
inputs = "
|
9 |
-
outputs = "
|
10 |
)
|
11 |
|
12 |
gr_interface.launch()
|
|
|
5 |
|
6 |
gr_interface = gr.Interface(
|
7 |
fn = "my_inference_function",
|
8 |
+
inputs = "text",
|
9 |
+
outputs = "text"
|
10 |
)
|
11 |
|
12 |
gr_interface.launch()
|