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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -32,12 +32,11 @@ interface = gr.Interface(
32
  fn=generate_image,
33
  inputs=inputs,
34
  outputs=outputs,
35
- title="",
36
- description="<center></center>",
37
  examples=[],
38
- layout="horizontal",
39
- theme="ParityError/Interstellar" # Beispiethema
40
  )
41
 
42
  interface.launch()
43
-
 
32
  fn=generate_image,
33
  inputs=inputs,
34
  outputs=outputs,
35
+ title="Image Generator",
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()