hsienchen commited on
Commit
24d0656
1 Parent(s): eb46552

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -69,9 +69,5 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app1:
69
  """)
70
 
71
 
72
- with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
73
- gr.Markdown("## SOP Camera ##")
74
- gr.TabbedInterface([app1, app1], ["Check #1", "Check #2"])
75
-
76
- demo.queue()
77
- demo.launch()
 
69
  """)
70
 
71
 
72
+ app1.queue()
73
+ app1.launch()