AkiKagura commited on
Commit
4716bf2
·
1 Parent(s): 24e73ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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... ~5/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)
 
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)