Spaces:
Runtime error
Runtime error
Contrebande Labs
commited on
Commit
·
06f2eaf
1
Parent(s):
552cad7
giving a change to print outs to show up
Browse files
app.py
CHANGED
@@ -244,5 +244,5 @@ with gr.Blocks(theme="gradio/soft") as demo:
|
|
244 |
# examples = [["postage stamp from california", "low quality", "charr_output.png", "charr_output.png" ]]
|
245 |
# gr.Examples(fn = infer_sd, inputs = ["text", "text", "image", "image"], examples=examples, cache_examples=True)
|
246 |
|
247 |
-
|
248 |
-
demo.launch()
|
|
|
244 |
# examples = [["postage stamp from california", "low quality", "charr_output.png", "charr_output.png" ]]
|
245 |
# gr.Examples(fn = infer_sd, inputs = ["text", "text", "image", "image"], examples=examples, cache_examples=True)
|
246 |
|
247 |
+
demo.queue(concurrency_count=1)
|
248 |
+
demo.launch(debug=True, show_error=True, quiet=False)
|