Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def infer(prompt,
|
|
126 |
|
127 |
|
128 |
examples = [
|
129 |
-
["
|
130 |
]
|
131 |
|
132 |
|
@@ -214,7 +214,7 @@ with gr.Blocks(js = js_func, theme = theme) as SAK:
|
|
214 |
gr.Examples(
|
215 |
fn = infer,
|
216 |
examples = examples,
|
217 |
-
inputs = [
|
218 |
outputs = [result, seed_used],
|
219 |
)
|
220 |
|
|
|
126 |
|
127 |
|
128 |
examples = [
|
129 |
+
["wearing a full suit sitting in a restaurant with candle lights", "image/SunderAli_Khowaja.png"]
|
130 |
]
|
131 |
|
132 |
|
|
|
214 |
gr.Examples(
|
215 |
fn = infer,
|
216 |
examples = examples,
|
217 |
+
inputs = [prompt, image],
|
218 |
outputs = [result, seed_used],
|
219 |
)
|
220 |
|