Spaces:
Runtime error
Runtime error
Commit
·
02a4a22
1
Parent(s):
8457e79
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ interface = gr.Interface(
|
|
| 36 |
description="Select options and enter a prompt to generate an image.",
|
| 37 |
examples=[],
|
| 38 |
layout="vertical",
|
| 39 |
-
theme="
|
| 40 |
)
|
| 41 |
|
| 42 |
interface.launch()
|
|
|
|
| 36 |
description="Select options and enter a prompt to generate an image.",
|
| 37 |
examples=[],
|
| 38 |
layout="vertical",
|
| 39 |
+
theme="ParityError/Interstellar" # Eines der Standard-Themes
|
| 40 |
)
|
| 41 |
|
| 42 |
interface.launch()
|