Haidary commited on
Commit
7daaf98
·
1 Parent(s): caf8336

Forgot to comment out line 70 with last commit, done it now...

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
67
  # Create examples list from "examples/" directory
68
  examples=example_list,
69
  title=title,
70
- description=description,
71
- article=article)
72
 
73
  # Launch the demo
74
  demo.launch()
 
67
  # Create examples list from "examples/" directory
68
  examples=example_list,
69
  title=title,
70
+ description=description)
71
+ #article=article)
72
 
73
  # Launch the demo
74
  demo.launch()