KuunVo commited on
Commit
ea191c9
·
verified ·
1 Parent(s): ca337fc

Update App.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -5,11 +5,13 @@ st.set_page_config(layout="wide")
5
 
6
  st.header('SUPER RESOLUTION')
7
  # st.title("Image Upscaler and Enhancer")
8
- tab1, tab2 = st.tabs([ "Upscaler", "Enhancer"]) #
9
 
10
- with tab1:
11
- upscaler_ui.ui()
12
 
13
- with tab2:
14
- enhancer_ui.ui()
 
 
15
 
 
5
 
6
  st.header('SUPER RESOLUTION')
7
  # st.title("Image Upscaler and Enhancer")
8
+ # tab1, tab2 = st.tabs([ "Upscaler", "Enhancer"]) #
9
 
10
+ # with tab1:
11
+ # upscaler_ui.ui()
12
 
13
+ upscaler_ui.ui()
14
+
15
+ # with tab2:
16
+ # enhancer_ui.ui()
17