Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def chatbot(text, img, audio):
|
|
51 |
|
52 |
|
53 |
|
54 |
-
iface = gr.
|
55 |
fn=chatbot,
|
56 |
inputs=[
|
57 |
gr.inputs.Textbox(lines=2, placeholder="Input Text here..."),
|
|
|
51 |
|
52 |
|
53 |
|
54 |
+
iface = gr.Interface(
|
55 |
fn=chatbot,
|
56 |
inputs=[
|
57 |
gr.inputs.Textbox(lines=2, placeholder="Input Text here..."),
|