Alican commited on
Commit
697c3d3
1 Parent(s): cbff899

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = """-Object-Oriented Inference is currently only available for images. /n -Video Processing has currently suspended."""
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,