yasserrmd commited on
Commit
0fda7e1
1 Parent(s): 1c3060a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Structured 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
 
 
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