Update app.py
Browse files
app.py
CHANGED
@@ -304,7 +304,7 @@ app6 = gr.Interface(
|
|
304 |
|
305 |
#interface7
|
306 |
app7= gr.Interface(
|
307 |
-
fn=
|
308 |
title="Mariam-theatre",
|
309 |
description=description_thea,
|
310 |
inputs=[gr.Textbox(label="Label:", lines=4)
|
|
|
304 |
|
305 |
#interface7
|
306 |
app7= gr.Interface(
|
307 |
+
fn=search,
|
308 |
title="Mariam-theatre",
|
309 |
description=description_thea,
|
310 |
inputs=[gr.Textbox(label="Label:", lines=4)
|