Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def get_output_video(text):
|
|
68 |
Set the device to either "cuda" or "cpu". Once everything has finished initializing,
|
69 |
float32 is faster than float16 but uses more GPU memory.
|
70 |
'''
|
71 |
-
|
72 |
def generate_image(
|
73 |
is_mega: bool,
|
74 |
text: str,
|
|
|
68 |
Set the device to either "cuda" or "cpu". Once everything has finished initializing,
|
69 |
float32 is faster than float16 but uses more GPU memory.
|
70 |
'''
|
71 |
+
#@spaces.GPU(duration=60 * 3)
|
72 |
def generate_image(
|
73 |
is_mega: bool,
|
74 |
text: str,
|