Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,6 @@ def classify(image):
|
|
106 |
out = gr.outputs.Label(label='Result: ',type='auto')
|
107 |
iface = gr.Interface(classify, gr.inputs.Image(type="pil"), outputs=out,
|
108 |
title="Quantum Layered TL RN-18 Face Mask Detector",
|
109 |
-
description="🤗 This proof-of-concept quantum machine learning model takes a face image input and detects a face that has a mask or no mask: ")
|
110 |
|
111 |
iface.launch(debug=True)
|
|
|
106 |
out = gr.outputs.Label(label='Result: ',type='auto')
|
107 |
iface = gr.Interface(classify, gr.inputs.Image(type="pil"), outputs=out,
|
108 |
title="Quantum Layered TL RN-18 Face Mask Detector",
|
109 |
+
description="🤗 This proof-of-concept quantum machine learning model takes a face image input and detects a face that has a mask or no mask: ", theme="default")
|
110 |
|
111 |
iface.launch(debug=True)
|