Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
·
77fe809
1
Parent(s):
50368a8
Update app.py
Browse files
app.py
CHANGED
@@ -7,13 +7,13 @@ import os
|
|
7 |
import warnings
|
8 |
|
9 |
|
10 |
-
theme = gr.themes.Monochrome(
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
)
|
17 |
|
18 |
def infer(prompt, api_key):
|
19 |
stability_api = client.StabilityInference(
|
|
|
7 |
import warnings
|
8 |
|
9 |
|
10 |
+
# theme = gr.themes.Monochrome(
|
11 |
+
# primary_hue="indigo",
|
12 |
+
# secondary_hue="blue",
|
13 |
+
# neutral_hue="slate",
|
14 |
+
# radius_size=gr.themes.sizes.radius_sm,
|
15 |
+
# font=[gr.themes.GoogleFont("Open Sans"), "ui-sans-serif", "system-ui", "sans-serif"],
|
16 |
+
# )
|
17 |
|
18 |
def infer(prompt, api_key):
|
19 |
stability_api = client.StabilityInference(
|