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