Spaces:
Running
Running
Update app.py
Browse files
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)
|