Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ import gradio_user_history as gr_user_history
|
|
| 24 |
from concurrent.futures import ThreadPoolExecutor
|
| 25 |
import uuid
|
| 26 |
|
| 27 |
-
DESCRIPTION = '''# Image Creation
|
| 28 |
'''
|
| 29 |
|
| 30 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
|
| 24 |
from concurrent.futures import ThreadPoolExecutor
|
| 25 |
import uuid
|
| 26 |
|
| 27 |
+
DESCRIPTION = '''# Image Creation
|
| 28 |
'''
|
| 29 |
|
| 30 |
MAX_SEED = np.iinfo(np.int32).max
|