Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
def input_image_setup(uploaded_file):
|
2 |
if uploaded_file is not None:
|
3 |
#read te file into byte
|
|
|
1 |
+
import os
|
2 |
+
import streamlit as st
|
3 |
def input_image_setup(uploaded_file):
|
4 |
if uploaded_file is not None:
|
5 |
#read te file into byte
|