Update app.py
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ app6 = gr.Interface(
|
|
285 |
outputs=gr.Textbox(),
|
286 |
)
|
287 |
|
288 |
-
|
289 |
#interface7
|
290 |
app7= gr.Interface(
|
291 |
fn=search,
|
@@ -295,7 +295,7 @@ app7= gr.Interface(
|
|
295 |
],
|
296 |
outputs=gr.Textbox(),
|
297 |
)
|
298 |
-
|
299 |
|
300 |
|
301 |
# interface5
|
|
|
285 |
outputs=gr.Textbox(),
|
286 |
)
|
287 |
|
288 |
+
"""
|
289 |
#interface7
|
290 |
app7= gr.Interface(
|
291 |
fn=search,
|
|
|
295 |
],
|
296 |
outputs=gr.Textbox(),
|
297 |
)
|
298 |
+
"""
|
299 |
|
300 |
|
301 |
# interface5
|