Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ outputs = [gr.Video(label="Pixed Media"),
|
|
52 |
gr.File(label="Download")]
|
53 |
|
54 |
title = "Pixera: Create your own Pixel Art"
|
55 |
-
description = """
|
56 |
|
57 |
gr.Interface(fn = initilize,
|
58 |
inputs = inputs,
|
|
|
52 |
gr.File(label="Download")]
|
53 |
|
54 |
title = "Pixera: Create your own Pixel Art"
|
55 |
+
description = """Object-Oriented Inference is currently only available for images. Also, Video Processing has currently suspended."""
|
56 |
|
57 |
gr.Interface(fn = initilize,
|
58 |
inputs = inputs,
|