Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
#!/usr/bin/env python
|
2 |
-
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
3 |
-
# of this software and associated documentation files (the "Software"), to deal
|
4 |
-
# in the Software without restriction, including without limitation the rights
|
5 |
-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
6 |
-
# copies of the Software, and to permit persons to whom the Software is
|
7 |
-
|
8 |
import os
|
9 |
import random
|
10 |
import uuid
|
@@ -24,7 +17,7 @@ footer {
|
|
24 |
}
|
25 |
'''
|
26 |
|
27 |
-
DESCRIPTIONXX = """##
|
28 |
|
29 |
examples = [
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import random
|
3 |
import uuid
|
|
|
17 |
}
|
18 |
'''
|
19 |
|
20 |
+
DESCRIPTIONXX = """## SDXL LIGHTNING"""
|
21 |
|
22 |
examples = [
|
23 |
|