Spaces:
Sleeping
Sleeping
ArnavGhost
commited on
Commit
β’
51bd837
1
Parent(s):
9eaa4c3
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import requests
|
|
|
3 |
|
4 |
# Streamlit code for UI
|
5 |
st.set_page_config(page_title="Denoiser App", page_icon="π΅")
|
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
+
import os
|
4 |
|
5 |
# Streamlit code for UI
|
6 |
st.set_page_config(page_title="Denoiser App", page_icon="π΅")
|