neko941 commited on
Commit
2ccd650
1 Parent(s): 35228b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -6,6 +6,9 @@ import numpy as np #Image Processing
6
  #title
7
  st.title("Hololive Waifu Classification")
8
 
 
 
 
9
  #image uploader
10
  image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
11
 
 
6
  #title
7
  st.title("Hololive Waifu Classification")
8
 
9
+ title = st.text_input('Image URL', '')
10
+ st.write('URL: ', title)
11
+
12
  #image uploader
13
  image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
14