...
Browse files
app.py
CHANGED
@@ -111,15 +111,15 @@ def sepia(input_img):
|
|
111 |
demo = gr.Interface(
|
112 |
fn=sepia,
|
113 |
inputs=gr.Image(shape=(400, 600)),
|
114 |
-
outputs='plot',
|
115 |
examples=["22.jpg", "33.jpg"],
|
116 |
allow_flagging='never',
|
117 |
title="201912064 Park MinGyu",
|
118 |
description="sample image - city road",
|
119 |
theme="huggingface",
|
120 |
-
live=True,
|
121 |
-
interpretation="default",
|
122 |
-
layout="horizontal",
|
123 |
)
|
124 |
|
125 |
|
|
|
111 |
demo = gr.Interface(
|
112 |
fn=sepia,
|
113 |
inputs=gr.Image(shape=(400, 600)),
|
114 |
+
outputs='plot',
|
115 |
examples=["22.jpg", "33.jpg"],
|
116 |
allow_flagging='never',
|
117 |
title="201912064 Park MinGyu",
|
118 |
description="sample image - city road",
|
119 |
theme="huggingface",
|
120 |
+
live=True,
|
121 |
+
interpretation="default",
|
122 |
+
layout="horizontal",
|
123 |
)
|
124 |
|
125 |
|