Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,6 @@ gr.Interface(gradio_app,
|
|
24 |
inputs=[gr.inputs.Image(type="filepath")],
|
25 |
outputs=gr.outputs.Image(type="pil"),
|
26 |
enable_queue=True,
|
27 |
-
title=title,
|
28 |
-
description=description,
|
29 |
examples=examples).launch()
|
|
|
24 |
inputs=[gr.inputs.Image(type="filepath")],
|
25 |
outputs=gr.outputs.Image(type="pil"),
|
26 |
enable_queue=True,
|
27 |
+
#title=title,
|
28 |
+
#description=description,
|
29 |
examples=examples).launch()
|