breezedeus commited on
Commit
88181ef
β€’
1 Parent(s): 6177ab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  # coding: utf-8
2
  # Copyright (C) 2022, [Breezedeus](https://github.com/breezedeus).
3
 
 
 
4
  from PIL import Image, ImageFilter
5
  import streamlit as st
6
 
 
1
  # coding: utf-8
2
  # Copyright (C) 2022, [Breezedeus](https://github.com/breezedeus).
3
 
4
+ import os
5
+
6
  from PIL import Image, ImageFilter
7
  import streamlit as st
8