Spaces:
Running
Running
Commit
·
45ac4a5
1
Parent(s):
9dbe592
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def infer(original_image):
|
|
44 |
colorized = Image.fromarray(color_coverted)
|
45 |
return colorized
|
46 |
cv2.waitKey(0)
|
47 |
-
|
48 |
examples=['bw.jpg','blw.jpg','boy.jpg']
|
49 |
iface = gr.Interface(
|
50 |
fn=infer,
|
|
|
44 |
colorized = Image.fromarray(color_coverted)
|
45 |
return colorized
|
46 |
cv2.waitKey(0)
|
47 |
+
import gradio as gr
|
48 |
examples=['bw.jpg','blw.jpg','boy.jpg']
|
49 |
iface = gr.Interface(
|
50 |
fn=infer,
|