w601sxs commited on
Commit
c01f206
1 Parent(s): 4699622

theme change

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1,3 +1,9 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/circulus/sd-photoreal-real-v2").launch()
 
 
 
 
 
 
 
1
  import gradio as gr
2
 
3
+ inter1 = gr.Interface.load("models/circulus/sd-photoreal-real-v2",
4
+ title='Concept car generation',
5
+ examples=['photorealistic render of 3d design, supercar, hypercar, concept ','(full length car photo) in studio, zoom out, hypercar, design, concept car, contest winner, high resolution render, octane, studio lighting, grey background, full view, car show, turntable, diffuse lights'],
6
+ theme=gr.themes.Soft())
7
+
8
+
9
+ inter1.launch(share=True)