JohanBeytell commited on
Commit
cc9221c
·
verified ·
1 Parent(s): e040532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -194,7 +194,8 @@ demo = gr.Interface(
194
  ["a dark and mysterious forest name", 30, 0.5],
195
  ["an evil character name", 30, 0.5]
196
  ],
197
- theme="default"
 
198
  )
199
 
200
  demo.queue()
 
194
  ["a dark and mysterious forest name", 30, 0.5],
195
  ["an evil character name", 30, 0.5]
196
  ],
197
+ theme="default",
198
+ allow_flagging=False
199
  )
200
 
201
  demo.queue()