Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,6 @@ def infer(prompt):
|
|
37 |
print("okay")
|
38 |
|
39 |
title="Marco Generation"
|
40 |
-
description="Use 'mkmk woman' to get Marco pics. <br />Warning: Slow process...
|
41 |
|
42 |
gr.Interface(fn=infer, inputs="text", outputs=gallery,title=title,description=description).queue(max_size=10).launch(enable_queue=True)
|
|
|
37 |
print("okay")
|
38 |
|
39 |
title="Marco Generation"
|
40 |
+
description="Use 'mkmk woman' to get Marco pics. <br />Warning: Slow process... about 10 min inference time."
|
41 |
|
42 |
gr.Interface(fn=infer, inputs="text", outputs=gallery,title=title,description=description).queue(max_size=10).launch(enable_queue=True)
|