Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import json
|
|
| 2 |
import gradio as gr
|
| 3 |
# from validate import StyleImageDatabase
|
| 4 |
|
| 5 |
-
JSON_FILE_NAME = '
|
| 6 |
|
| 7 |
def get_grouped_images_from_database():
|
| 8 |
database = StyleImageDatabase()
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
# from validate import StyleImageDatabase
|
| 4 |
|
| 5 |
+
JSON_FILE_NAME = 'styles.json'
|
| 6 |
|
| 7 |
def get_grouped_images_from_database():
|
| 8 |
database = StyleImageDatabase()
|