Docfile commited on
Commit
d3073fa
·
1 Parent(s): 2576c06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -285,7 +285,6 @@ app6 = gr.Interface(
285
  outputs=gr.Textbox(),
286
  )
287
 
288
- """
289
 
290
  #interface7
291
  app7= gr.Interface(
@@ -296,7 +295,7 @@ app7= gr.Interface(
296
  ],
297
  outputs=gr.Textbox(),
298
  )
299
- """
300
 
301
 
302
  # interface5
@@ -317,14 +316,14 @@ app5 = gr.Interface(
317
  description=description_c,
318
  )
319
 
320
- """
321
  app7 = gr.Interface(
322
  fn=mariam_web,
323
  title="Mariam-web",
324
  inputs=gr.Textbox(label="Question:", lines=4),
325
  outputs=gr.Textbox(),
326
  )
327
- """
328
 
329
 
330
  app8 = gr.Interface(
@@ -334,7 +333,7 @@ app8 = gr.Interface(
334
  outputs=gr.Textbox(),
335
  )
336
 
337
- demo = gr.TabbedInterface([app1, app2, app3,app4,app6,app5,app8],["OCR", "MARIAM-u", "Mariam-French", "Mariam-Philo","Mariam-Hist", "Note Calc","Mariam-chimi"])
338
 
339
 
340
 
 
285
  outputs=gr.Textbox(),
286
  )
287
 
 
288
 
289
  #interface7
290
  app7= gr.Interface(
 
295
  ],
296
  outputs=gr.Textbox(),
297
  )
298
+
299
 
300
 
301
  # interface5
 
316
  description=description_c,
317
  )
318
 
319
+
320
  app7 = gr.Interface(
321
  fn=mariam_web,
322
  title="Mariam-web",
323
  inputs=gr.Textbox(label="Question:", lines=4),
324
  outputs=gr.Textbox(),
325
  )
326
+
327
 
328
 
329
  app8 = gr.Interface(
 
333
  outputs=gr.Textbox(),
334
  )
335
 
336
+ demo = gr.TabbedInterface([app1, app2, app3,app4,app6,app5,app7,app8],["OCR", "MARIAM-u", "Mariam-French", "Mariam-Philo","Mariam-Hist","Mariam_web","Note Calc","Mariam-chimi"])
337
 
338
 
339