Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -840,6 +840,12 @@ def generate_script(topic):
|
|
840 |
except Exception as e:
|
841 |
print(f"Error during script generation: {e}")
|
842 |
return "์คํฌ๋ฆฝํธ ์์ฑ ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค."
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
|
844 |
# Gradio Interface Definition
|
845 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as iface:
|
|
|
840 |
except Exception as e:
|
841 |
print(f"Error during script generation: {e}")
|
842 |
return "์คํฌ๋ฆฝํธ ์์ฑ ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค."
|
843 |
+
|
844 |
+
|
845 |
+
def cleanup():
|
846 |
+
"""๋ฉ๋ชจ๋ฆฌ ์ ๋ฆฌ ํจ์"""
|
847 |
+
torch.cuda.empty_cache()
|
848 |
+
gc.collect()
|
849 |
|
850 |
# Gradio Interface Definition
|
851 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as iface:
|