Mahak-27 commited on
Commit
bc4d72d
1 Parent(s): e13bb5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def predict_image(img):
19
  image=gr.inputs.Image(shape=(180,180))
20
  label=gr.outputs.Label(num_top_classes=2)
21
 
22
- artice="<p style='text-align: center'>Made by Mahak xoxo</p>"
23
 
24
 
25
  gr.Interface(fn=predict_image,inputs=image,title="Forest Fire Classifier",description="This is a forest fire classification model ",outputs=label,article=article,enable_queue=True,interpretation='default').launch(share=True)
 
19
  image=gr.inputs.Image(shape=(180,180))
20
  label=gr.outputs.Label(num_top_classes=2)
21
 
22
+ article="<p style='text-align: center'>Made by Mahak xoxo</p>"
23
 
24
 
25
  gr.Interface(fn=predict_image,inputs=image,title="Forest Fire Classifier",description="This is a forest fire classification model ",outputs=label,article=article,enable_queue=True,interpretation='default').launch(share=True)