update app.py - Removed title and description
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ gr.Interface(
|
|
78 |
),
|
79 |
],
|
80 |
outputs="image",
|
81 |
-
title="
|
82 |
-
description="
|
83 |
allow_flagging="never",
|
84 |
css=css,
|
85 |
).launch()
|
|
|
78 |
),
|
79 |
],
|
80 |
outputs="image",
|
81 |
+
title="",
|
82 |
+
description="",
|
83 |
allow_flagging="never",
|
84 |
css=css,
|
85 |
).launch()
|