Rohil Bansal
commited on
Commit
•
adae88f
1
Parent(s):
dcebe39
New commit
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🏞️
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
|
|
1 |
---
|
2 |
+
title: Pix2PixColorizer
|
3 |
emoji: 🏞️
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
app.py
CHANGED
@@ -120,4 +120,4 @@ iface = gr.Interface(
|
|
120 |
|
121 |
# Launch the app
|
122 |
if __name__ == "__main__":
|
123 |
-
iface.launch()
|
|
|
120 |
|
121 |
# Launch the app
|
122 |
if __name__ == "__main__":
|
123 |
+
iface.launch(share=True)
|