Spaces:
Running
Running
cleanup
Browse files
app.py
CHANGED
@@ -345,18 +345,6 @@ def main():
|
|
345 |
# Always set use_film to False since it's disabled
|
346 |
use_film = False
|
347 |
|
348 |
-
# Disabled FILM recursion parameter with warning message
|
349 |
-
st.markdown(
|
350 |
-
"""
|
351 |
-
<div class="disabled-checkbox">
|
352 |
-
<span>FILM recursion passes (1β6)</span>
|
353 |
-
</div>
|
354 |
-
""",
|
355 |
-
unsafe_allow_html=True
|
356 |
-
)
|
357 |
-
film_recursions = 3 # Default value, but it won't be used since FILM is disabled
|
358 |
-
st.info("Unfortunately, FILM is not available for use on the HF Demo, please select other choices.")
|
359 |
-
|
360 |
# Set default FPS - always use the non-FILM default since FILM is disabled
|
361 |
default_fps = 10
|
362 |
output_fps = st.number_input("Output FPS (1β60)", min_value=1, max_value=60, value=default_fps,
|
|
|
345 |
# Always set use_film to False since it's disabled
|
346 |
use_film = False
|
347 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
# Set default FPS - always use the non-FILM default since FILM is disabled
|
349 |
default_fps = 10
|
350 |
output_fps = st.number_input("Output FPS (1β60)", min_value=1, max_value=60, value=default_fps,
|