Spaces:
Sleeping
Sleeping
SunderAli17
commited on
Update app.py
Browse files
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/
|
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)
|