SpyroSigma commited on
Commit
d7dab3a
·
verified ·
1 Parent(s): 6e40561

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -357,6 +357,10 @@ colorizer_siggraph17 = siggraph17(pretrained=True).eval()
357
  # colorizer_eccv16.cuda()
358
  # colorizer_siggraph17.cuda()
359
 
 
 
 
 
360
  input_image = st.file_uploader("Upload Image : ", type=["jpg", "jpeg", "png"])
361
 
362
  if input_image is not None:
@@ -384,6 +388,7 @@ if input_image is not None:
384
  st.markdown("### Saved Images:")
385
  st.image([eccv16_path, siggraph17_path], width=256)
386
 
 
387
  # plt.figure(figsize=(12,8))
388
  # plt.subplot(2,2,1)
389
  # plt.imshow(img)
 
357
  # colorizer_eccv16.cuda()
358
  # colorizer_siggraph17.cuda()
359
 
360
+ st.title('Colorizes GrayScale Images ! ')
361
+ st.write('Used ecvv16 and siggraph')
362
+
363
+
364
  input_image = st.file_uploader("Upload Image : ", type=["jpg", "jpeg", "png"])
365
 
366
  if input_image is not None:
 
388
  st.markdown("### Saved Images:")
389
  st.image([eccv16_path, siggraph17_path], width=256)
390
 
391
+ st.write('Build with <3 by Spyro using PyTorch ')
392
  # plt.figure(figsize=(12,8))
393
  # plt.subplot(2,2,1)
394
  # plt.imshow(img)