Upload 7 files
Browse files
app.py
CHANGED
@@ -237,3 +237,5 @@ demo = gr.Interface(fn=sepia,
|
|
237 |
outputs=['plot'],
|
238 |
examples=["cheonggyecheon_stream_in_seoul_city.jpg", "Incheon_stadium.jpeg", "Incheon_city.jpeg"],
|
239 |
allow_flagging='never')
|
|
|
|
|
|
237 |
outputs=['plot'],
|
238 |
examples=["cheonggyecheon_stream_in_seoul_city.jpg", "Incheon_stadium.jpeg", "Incheon_city.jpeg"],
|
239 |
allow_flagging='never')
|
240 |
+
|
241 |
+
demo.launch()
|