almostagi commited on
Commit
6096b53
1 Parent(s): c5030a5

Update app.py

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