Anshu13 commited on
Commit
12bd2c9
·
verified ·
1 Parent(s): 8345f12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,7 +51,7 @@ gr.Interface(
51
  outputs="text",
52
  title="Fire and Smoke Classifier",
53
  examples=example_list,
54
- description=description,
55
- article=article,
56
  live="True"
57
  ).launch()
 
51
  outputs="text",
52
  title="Fire and Smoke Classifier",
53
  examples=example_list,
54
+ description=Description,
55
+ article=Article,
56
  live="True"
57
  ).launch()