Commit
·
fdbc237
1
Parent(s):
f4c28b3
Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,8 @@ def my_inference_function(name):
|
|
64 |
|
65 |
gradio_interface = gr.Interface(
|
66 |
fn = chat,
|
67 |
-
inputs = ["text"
|
68 |
-
outputs = [
|
69 |
)
|
70 |
gradio_interface.launch()
|
71 |
|
|
|
64 |
|
65 |
gradio_interface = gr.Interface(
|
66 |
fn = chat,
|
67 |
+
inputs = ["text"],
|
68 |
+
outputs = ["text"]
|
69 |
)
|
70 |
gradio_interface.launch()
|
71 |
|