Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
a80dd52
1
Parent(s):
9c2c157
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ import os
|
|
12 |
import random
|
13 |
import uuid
|
14 |
import json
|
15 |
-
|
16 |
import gradio as gr
|
17 |
import numpy as np
|
18 |
from PIL import Image
|
@@ -334,6 +333,7 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
|
|
334 |
# }
|
335 |
#})();
|
336 |
|
|
|
337 |
#function applyDarkTheme() {
|
338 |
# // Example: Apply dark theme styles to body or specific elements
|
339 |
# document.body.classList.add('dark-theme');
|
|
|
12 |
import random
|
13 |
import uuid
|
14 |
import json
|
|
|
15 |
import gradio as gr
|
16 |
import numpy as np
|
17 |
from PIL import Image
|
|
|
333 |
# }
|
334 |
#})();
|
335 |
|
336 |
+
|
337 |
#function applyDarkTheme() {
|
338 |
# // Example: Apply dark theme styles to body or specific elements
|
339 |
# document.body.classList.add('dark-theme');
|