nightfury commited on
Commit
11f0996
1 Parent(s): 19b30ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -178,6 +178,7 @@ article1 = "<p style='text-align: center'>...</p>"
178
 
179
  interface1 = gr.Interface(fn=predict, inputs=gr.Image(type="pil"), outputs="label", theme = my_theme, title=title1, description=description1, article = article1)
180
 
 
181
  '''
182
  interface1 = gr.Interface(
183
  fn=predict,
 
178
 
179
  interface1 = gr.Interface(fn=predict, inputs=gr.Image(type="pil"), outputs="label", theme = my_theme, title=title1, description=description1, article = article1)
180
 
181
+
182
  '''
183
  interface1 = gr.Interface(
184
  fn=predict,