yago2001 commited on
Commit
751ca9f
·
verified ·
1 Parent(s): 3c954ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
13
 
14
 
15
  title = "Gradio test"
16
- description = "Quick Fastai classifier for AI/non AI portraits and Landscapes."
17
  examples = ['examples/port.jpg', 'examples/ia_port.jpg', 'examples/land.jpg','examples/ia_land.jpg']
18
 
19
  gr.Interface(
 
13
 
14
 
15
  title = "Gradio test"
16
+ description = "Fastai classifier for AI/non AI portraits and Landscapes."
17
  examples = ['examples/port.jpg', 'examples/ia_port.jpg', 'examples/land.jpg','examples/ia_land.jpg']
18
 
19
  gr.Interface(