ntt123 commited on
Commit
926a62f
1 Parent(s): 1f4490f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -42,4 +42,7 @@ gr.Interface(
42
  outputs="audio",
43
  title = title,
44
  description=description,
 
 
 
45
  ).launch(debug=False)
 
42
  outputs="audio",
43
  title = title,
44
  description=description,
45
+ theme="default",
46
+ allow_screenshot=False,
47
+ allow_flagging=False,
48
  ).launch(debug=False)