kmc0003a commited on
Commit
a97e367
1 Parent(s): 89f6fd4

Upload 7 files

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()