SunderAli17 commited on
Commit
a080872
1 Parent(s): 25a9996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,7 +127,7 @@ def infer(prompt,
127
 
128
  examples = [
129
  ["image/SunderAli_Khowaja.png", "wearing a full suit sitting in a restaurant with candle lights"],
130
- ["image/test3.jpg", "Wild cowboy hat with western town and horses in the background"]
131
  ]
132
 
133
 
@@ -226,4 +226,4 @@ with gr.Blocks(js = js_func, theme = theme) as SAK:
226
  )
227
 
228
 
229
- SAK.queue().launch(debug=True)
 
127
 
128
  examples = [
129
  ["image/SunderAli_Khowaja.png", "wearing a full suit sitting in a restaurant with candle lights"],
130
+ ["image/SunderAli_Khowaja.png", "Wild cowboy hat with western town and horses in the background"]
131
  ]
132
 
133
 
 
226
  )
227
 
228
 
229
+ SAK.queue().launch(debug=True, share=True)