Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def response(inp):
|
|
51 |
|
52 |
return outputText
|
53 |
|
54 |
-
gradio_interface =
|
55 |
fn=response,
|
56 |
inputs = "text",
|
57 |
outputs = "text"
|
|
|
51 |
|
52 |
return outputText
|
53 |
|
54 |
+
gradio_interface = gr.Interface(
|
55 |
fn=response,
|
56 |
inputs = "text",
|
57 |
outputs = "text"
|