Commit
·
7f946a3
1
Parent(s):
a23f77c
updated title and description
Browse files
app.py
CHANGED
@@ -51,5 +51,7 @@ app = gr.Interface(
|
|
51 |
inputs=gr.Image(type="filepath"),
|
52 |
outputs="text",
|
53 |
flagging_options=["incorrect", "other"],
|
|
|
|
|
54 |
)
|
55 |
app.launch()
|
|
|
51 |
inputs=gr.Image(type="filepath"),
|
52 |
outputs="text",
|
53 |
flagging_options=["incorrect", "other"],
|
54 |
+
title=title,
|
55 |
+
description=description
|
56 |
)
|
57 |
app.launch()
|