TogetherAI commited on
Commit
02a4a22
1 Parent(s): 8457e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="huggingface" # Eines der Standard-Themes
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()