Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ interface = gr.Interface(
|
|
267 |
fn=diagnose_router,
|
268 |
inputs=gr.Image(type="pil", label="Upload an image of the faulty router"),
|
269 |
outputs=gr.HTML(),
|
270 |
-
title="
|
271 |
description="Upload a photo of your router to receive a professional diagnosis and troubleshooting steps displayed in a structured, easy-to-read format."
|
272 |
)
|
273 |
|
|
|
267 |
fn=diagnose_router,
|
268 |
inputs=gr.Image(type="pil", label="Upload an image of the faulty router"),
|
269 |
outputs=gr.HTML(),
|
270 |
+
title="Router Diagnosis",
|
271 |
description="Upload a photo of your router to receive a professional diagnosis and troubleshooting steps displayed in a structured, easy-to-read format."
|
272 |
)
|
273 |
|