tianching commited on
Commit
f52c5da
1 Parent(s): 818e931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -3,7 +3,9 @@ from io import BytesIO
3
  import requests
4
  import streamlit as st
5
 
6
-
 
 
7
 
8
  def predict(img):
9
  st.image(img, caption="Your image", use_column_width=True)
 
3
  import requests
4
  import streamlit as st
5
 
6
+ """
7
+ #
8
+ """
9
 
10
  def predict(img):
11
  st.image(img, caption="Your image", use_column_width=True)