VinayHajare commited on
Commit
670cbf6
1 Parent(s): 5c05ddf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ interface = gr.Interface(
42
  inputs = "image",
43
  outputs = "text",
44
  allow_flagging = "never",
45
- theme = gr.themes.soft()
46
  )
47
 
48
  print("Stage 2: Completed")
 
42
  inputs = "image",
43
  outputs = "text",
44
  allow_flagging = "never",
45
+ theme = gr.themes.Soft()
46
  )
47
 
48
  print("Stage 2: Completed")