Spaces:
Runtime error
Runtime error
Ved Gupta
commited on
mminor update
Browse files
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(
|
|
|
63 |
description=description,
|
64 |
inputs=[gr.Image(label="Gray Scale Image")],
|
65 |
outputs=[gr.Image(label="Predicted Colored Image")],
|
66 |
+
).launch()
|