jiehou commited on
Commit
499dec2
·
verified ·
1 Parent(s): 170f192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,6 +38,5 @@ intf = gr.Interface(fn=classify_image,
38
  examples=examples,
39
  title="CSCI4750/5750 Demo 2: Pet classification",
40
  description= "Click examples below for a quick demo",
41
- theme = 'huggingface',
42
- layout = 'vertical')
43
  intf.launch(inline=False,debug=True)
 
38
  examples=examples,
39
  title="CSCI4750/5750 Demo 2: Pet classification",
40
  description= "Click examples below for a quick demo",
41
+ theme = 'huggingface)
 
42
  intf.launch(inline=False,debug=True)