Spaces:
Runtime error
Runtime error
moremore
Browse files
app.py
CHANGED
@@ -96,6 +96,6 @@ iface = gr.Interface(fn=process_image,
|
|
96 |
title=title,
|
97 |
description=description,
|
98 |
article=article,
|
99 |
-
examples=examples
|
100 |
-
css=css)
|
101 |
iface.launch(debug=True)
|
|
|
96 |
title=title,
|
97 |
description=description,
|
98 |
article=article,
|
99 |
+
examples=examples)
|
100 |
+
#css=css)
|
101 |
iface.launch(debug=True)
|