Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,6 @@ function refresh() {
|
|
30 |
"""
|
31 |
with gr.Blocks(css=css, js = js_func, theme="monochrome") as demo:
|
32 |
|
33 |
-
demo.Interface(sepia, gr.Image(), "image")
|
34 |
|
35 |
demo.launch()
|
|
|
30 |
"""
|
31 |
with gr.Blocks(css=css, js = js_func, theme="monochrome") as demo:
|
32 |
|
33 |
+
demo = gr.Interface(sepia, gr.Image(), "image")
|
34 |
|
35 |
demo.launch()
|