Spaces:
Runtime error
Runtime error
Update App.py
Browse files
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 |
-
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
| 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 |
|