OmarEllethy commited on
Commit
bf8fdc4
1 Parent(s): a4fe732

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ output_interface = "json"
47
  iface = gr.Interface(
48
  fn=predict_image,
49
  inputs=input_interface,
50
- outputs=output_interface
51
  title="<h1 style='color: lightgreen; text-align: center;'>Dentella</h1><p style='text-align: center; color: skyblue; font-size: 30px;'>Please Enter Your Teeth Here...</p>",)
52
 
53
 
 
47
  iface = gr.Interface(
48
  fn=predict_image,
49
  inputs=input_interface,
50
+ outputs=output_interface,
51
  title="<h1 style='color: lightgreen; text-align: center;'>Dentella</h1><p style='text-align: center; color: skyblue; font-size: 30px;'>Please Enter Your Teeth Here...</p>",)
52
 
53