File size: 317 Bytes
b77fd1a
 
 
 
 
ca337fc
b77fd1a
ea191c9
b77fd1a
ea191c9
 
b77fd1a
ea191c9
 
 
 
b77fd1a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import streamlit as st
from ui import upscaler_ui, enhancer_ui

st.set_page_config(layout="wide")

st.header('SUPER RESOLUTION')
# st.title("Image Upscaler and Enhancer")
# tab1, tab2 = st.tabs([  "Upscaler", "Enhancer"]) #

# with tab1:
#     upscaler_ui.ui()

upscaler_ui.ui()

# with tab2:
#     enhancer_ui.ui()