Spaces:
Runtime error
Runtime error
Hu commited on
Commit ·
277674a
1
Parent(s): e6d22e1
delete share=True
Browse files
app.py
CHANGED
|
@@ -51,4 +51,4 @@ def sepia(image_path):
|
|
| 51 |
|
| 52 |
demo = gr.Interface(fn = sepia, inputs=gr.Image(shape=(200, 200)), outputs="image",title=title,description = description,article = article,examples=['LR_image.png','barbara.png'])
|
| 53 |
|
| 54 |
-
demo.launch(
|
|
|
|
| 51 |
|
| 52 |
demo = gr.Interface(fn = sepia, inputs=gr.Image(shape=(200, 200)), outputs="image",title=title,description = description,article = article,examples=['LR_image.png','barbara.png'])
|
| 53 |
|
| 54 |
+
demo.launch()
|