Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ gr_interface = gr.Interface(
|
|
57 |
outputs=output_audio,
|
58 |
title="TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization",
|
59 |
description=description_text,
|
60 |
-
allow_flagging=False
|
61 |
theme="soft",
|
62 |
examples=[
|
63 |
["Quiet whispered conversation gradually fading into distant jet engine roar diminishing into silence"],
|
|
|
57 |
outputs=output_audio,
|
58 |
title="TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization",
|
59 |
description=description_text,
|
60 |
+
flagging_mode="never", # Changed from allow_flagging=False
|
61 |
theme="soft",
|
62 |
examples=[
|
63 |
["Quiet whispered conversation gradually fading into distant jet engine roar diminishing into silence"],
|