eogreen commited on
Commit
e75a48e
1 Parent(s): 7748bf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  from warnings import filterwarnings
2
  filterwarnings('ignore')
3
 
@@ -50,13 +51,7 @@ demo = gr.Interface(fn=dprocess,
50
  outputs="text",
51
  title="operand",
52
  description="CLI",
53
- theme=gr.themes.Soft(),
54
- allow_flagging="auto",
55
- live=True,
56
- examples=[
57
- ["foo"],
58
- ["bar"],
59
- ])
60
 
61
  demo.queue()
62
  demo.launch()
 
1
+
2
  from warnings import filterwarnings
3
  filterwarnings('ignore')
4
 
 
51
  outputs="text",
52
  title="operand",
53
  description="CLI",
54
+ theme=gr.themes.Soft())
 
 
 
 
 
 
55
 
56
  demo.queue()
57
  demo.launch()