Youssouf Traore commited on
Commit
43e14eb
·
1 Parent(s): 34b20ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import openai
3
- title = "Multiple Interfaces"
4
 
5
  #app 1
6
 
@@ -65,6 +65,6 @@ app1 = gr.Interface(fn = infer,title="Mariam -Ocr ", inputs=[gr.Image(type="pil
65
 
66
  app2 = gr.Interface(fn = gpt, inputs=gr.Textbox(label="Question:",lines=8), outputs=gr.Textbox())
67
 
68
- demo = gr.TabbedInterface([app1, app2], ["Welcome", "What to do"])
69
 
70
  demo.launch()
 
1
  import gradio as gr
2
  import openai
3
+ title = "Mariam 💎"
4
 
5
  #app 1
6
 
 
65
 
66
  app2 = gr.Interface(fn = gpt, inputs=gr.Textbox(label="Question:",lines=8), outputs=gr.Textbox())
67
 
68
+ demo = gr.TabbedInterface([app1, app2], ["OCR", "MARIAM-u"])
69
 
70
  demo.launch()