Ved Gupta commited on
Commit
e77ca88
·
unverified ·
1 Parent(s): 005359c

mminor update

Browse files
Files changed (2) hide show
  1. README.md +11 -0
  2. main.py +1 -1
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Image Colorization Using GAN
2
 
3
  Final Year Project
 
1
+ ---
2
+ license: apache-2.0
3
+ title: Black&White to Color image
4
+ sdk: gradio
5
+ emoji: 🚀
6
+ colorFrom: indigo
7
+ colorTo: gray
8
+ app_file: main.py
9
+ pinned: false
10
+ ---
11
+
12
  # Image Colorization Using GAN
13
 
14
  Final Year Project
main.py CHANGED
@@ -63,4 +63,4 @@ gr.Interface(
63
  description=description,
64
  inputs=[gr.Image(label="Gray Scale Image")],
65
  outputs=[gr.Image(label="Predicted Colored Image")],
66
- ).launch(share=True, debug=True)
 
63
  description=description,
64
  inputs=[gr.Image(label="Gray Scale Image")],
65
  outputs=[gr.Image(label="Predicted Colored Image")],
66
+ ).launch()