Ashrafb commited on
Commit
bc7de5a
·
1 Parent(s): 744950f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -76,8 +76,8 @@ css = '''
76
  '''
77
  gr.Interface(
78
  title=title,
79
- description=description,
80
- article=article,
81
  fn=predict_and_return_image,
82
  inputs=[gr.Image(label="Gray Scale Image") , gr.Dropdown(["MODEL_1" , "MODEL_2"])],
83
  outputs=[gr.Image(label="Predicted Colored Image")],
 
76
  '''
77
  gr.Interface(
78
  title=title,
79
+
80
+
81
  fn=predict_and_return_image,
82
  inputs=[gr.Image(label="Gray Scale Image") , gr.Dropdown(["MODEL_1" , "MODEL_2"])],
83
  outputs=[gr.Image(label="Predicted Colored Image")],