ruslanmv commited on
Commit
3ef7fc6
·
verified ·
1 Parent(s): b9bbf27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- @spaces.GPU(duration=60 * 3)
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,