Spaces:
Running
Running
Added Multiple things
Browse files
app.py
CHANGED
|
@@ -184,12 +184,11 @@ srcnn_page = gr.Interface(
|
|
| 184 |
|
| 185 |
# Tabs setup
|
| 186 |
demo = gr.TabbedInterface(
|
| 187 |
-
[srgan_page, lancros_page,espcn_page, random_forest_page, edi_page, rcan_page,srcnn_page
|
| 188 |
-
["GAN based Super Resolution", "Lancros Interpolation",
|
| 189 |
-
"EspCN Super Resolution", "Random Forest based Super Resolution", "Edge Directed Interpolation", "RCAN Super Resolution","SRCNN Super Resolution"
|
| 190 |
title="Image Super Resolution"
|
| 191 |
)
|
| 192 |
|
| 193 |
if __name__ == "__main__":
|
| 194 |
-
|
| 195 |
demo.launch(debug=True)
|
|
|
|
| 184 |
|
| 185 |
# Tabs setup
|
| 186 |
demo = gr.TabbedInterface(
|
| 187 |
+
[srgan_page, lancros_page, fourier_page, autoencoder_page, espcn_page, random_forest_page, edi_page, rcan_page,srcnn_page],
|
| 188 |
+
["GAN based Super Resolution", "Lancros Interpolation", "Fourier Interpolation", "Autoencoder based Super Resolution",
|
| 189 |
+
"EspCN Super Resolution", "Random Forest based Super Resolution", "Edge Directed Interpolation", "RCAN Super Resolution","SRCNN Super Resolution"],
|
| 190 |
title="Image Super Resolution"
|
| 191 |
)
|
| 192 |
|
| 193 |
if __name__ == "__main__":
|
|
|
|
| 194 |
demo.launch(debug=True)
|