Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,6 @@ import random
|
|
4 |
import sys
|
5 |
import os
|
6 |
|
7 |
-
def download_file(url):
|
8 |
-
|
9 |
-
|
10 |
def process(prompt):
|
11 |
filename = str(random.randint(111111111, 999999999)) + ".png"
|
12 |
|
|
|
4 |
import sys
|
5 |
import os
|
6 |
|
|
|
|
|
|
|
7 |
def process(prompt):
|
8 |
filename = str(random.randint(111111111, 999999999)) + ".png"
|
9 |
|