Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ def uploadNote(prompt,num_inference_steps,guidance_scale,timestamp):
|
|
263 |
|
264 |
'''
|
265 |
|
266 |
-
pyx = cyper.inline(code, fast_indexing=True, directives=dict(boundscheck=False, wraparound=False, language_level=3))
|
267 |
|
268 |
@spaces.GPU(duration=30)
|
269 |
def generate_30(
|
|
|
263 |
|
264 |
'''
|
265 |
|
266 |
+
pyx = cyper.inline(code, fast_indexing=True, directives=dict(boundscheck=False, wraparound=False, language_level=3))
|
267 |
|
268 |
@spaces.GPU(duration=30)
|
269 |
def generate_30(
|