kingabzpro commited on
Commit
400f40d
β€’
1 Parent(s): 7256564

Update Gradio/app.py

Browse files
Files changed (1) hide show
  1. Gradio/app.py +1 -2
Gradio/app.py CHANGED
@@ -62,13 +62,12 @@ def main():
62
  Input,
63
  Output,
64
  title=title,
65
- flagging_options=["incorrect", "worst", "ambiguous"],
66
  allow_flagging="manual",
67
  flagging_callback=hf_writer,
68
  description=description,
69
  article=article,
70
  examples=examples,
71
- theme="gradio/seafoam",
72
  )
73
 
74
  iface.launch(enable_queue=True)
 
62
  Input,
63
  Output,
64
  title=title,
 
65
  allow_flagging="manual",
66
  flagging_callback=hf_writer,
67
  description=description,
68
  article=article,
69
  examples=examples,
70
+ theme='JohnSmith9982/small_and_pretty'
71
  )
72
 
73
  iface.launch(enable_queue=True)