djrana commited on
Commit
649b63c
·
verified ·
1 Parent(s): 03bb985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -33,6 +33,9 @@ iface = gr.Interface(
33
  api_name="predict"
34
  )
35
 
 
 
 
36
  name2 = "stabilityai/stable-diffusion-xl-base-1.0"
37
 
38
  models=[
 
33
  api_name="predict"
34
  )
35
 
36
+ # Launch the interface
37
+ iface.launch(show_api=True)
38
+
39
  name2 = "stabilityai/stable-diffusion-xl-base-1.0"
40
 
41
  models=[