dagloop5 commited on
Commit
7cf7fe0
·
verified ·
1 Parent(s): 503efa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -77,6 +77,11 @@ MAX_IMAGE_SLOTS, OPEN_IMAGE_SLOTS = 9, 2
77
 
78
  MIN_STEPS = 4
79
 
 
 
 
 
 
80
  # Seconds of GPU one request needs, from the packed sequence it is about to denoise: linear in the rows for the
81
  # matmuls, quadratic for the attention, against the AoTI block package this Space runs.
82
  STEP_LINEAR, STEP_QUADRATIC, SAFETY = 1.1745e-4, 3.8396e-9, 1.3
 
77
 
78
  MIN_STEPS = 4
79
 
80
+ SETTINGS_HELP = """Saves the prompt, the canvas and the sliders — everything typed rather than uploaded. Images,
81
+ audio and video are not saved: gradio keeps them in a temporary folder that is gone by the next visit, so a saved
82
+ path would come back as a dead file.
83
+ """
84
+
85
  # Seconds of GPU one request needs, from the packed sequence it is about to denoise: linear in the rows for the
86
  # matmuls, quadratic for the attention, against the AoTI block package this Space runs.
87
  STEP_LINEAR, STEP_QUADRATIC, SAFETY = 1.1745e-4, 3.8396e-9, 1.3