doevent commited on
Commit
3faecef
·
1 Parent(s): adfbf2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -41,7 +41,6 @@ gr.Interface(inference,
41
  article=article,
42
  examples=[['groot.jpeg', "2x"]],
43
  allow_flagging='never',
44
- theme="default",
45
  cache_examples=False,
46
  ).queue().launch(show_error=True)
47
 
 
41
  article=article,
42
  examples=[['groot.jpeg', "2x"]],
43
  allow_flagging='never',
 
44
  cache_examples=False,
45
  ).queue().launch(show_error=True)
46