Update app.py
Browse files
app.py
CHANGED
@@ -266,8 +266,8 @@ TODO_list = """
|
|
266 |
|
267 |
# Gradio Interface
|
268 |
with gr.Blocks() as demo:
|
269 |
-
gr.Markdown("# 这个系统是智障,错把日常当修仙\n\nby [李鲁鲁](https://github.com/LC1332)")
|
270 |
-
|
271 |
# Tab 1: Image processing and identification
|
272 |
with gr.Tab("鉴定"):
|
273 |
with gr.Row():
|
@@ -292,7 +292,6 @@ with gr.Blocks() as demo:
|
|
292 |
|
293 |
|
294 |
gr.Examples(examples=example_images, inputs=image_input, label="选择一个示例图片")
|
295 |
-
gr.Markdown(TODO_list)
|
296 |
|
297 |
# Tab 2: Recent items
|
298 |
with gr.Tab("天机阁最新鉴定"):
|
|
|
266 |
|
267 |
# Gradio Interface
|
268 |
with gr.Blocks() as demo:
|
269 |
+
# gr.Markdown("# 这个系统是智障,错把日常当修仙\n\nby [李鲁鲁](https://github.com/LC1332)")
|
270 |
+
gr.Markdown("# 这个系统是智障,错把日常当修仙\n")
|
271 |
# Tab 1: Image processing and identification
|
272 |
with gr.Tab("鉴定"):
|
273 |
with gr.Row():
|
|
|
292 |
|
293 |
|
294 |
gr.Examples(examples=example_images, inputs=image_input, label="选择一个示例图片")
|
|
|
295 |
|
296 |
# Tab 2: Recent items
|
297 |
with gr.Tab("天机阁最新鉴定"):
|