Docfile commited on
Commit
50ec2be
·
1 Parent(s): c8992b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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