Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,6 @@ grad.Interface(fn=generate,
|
|
50 |
examples=examples,
|
51 |
title=title,
|
52 |
description=description,
|
53 |
-
|
54 |
allow_flagging='never',
|
55 |
cache_examples=False).queue(concurrency_count=1, api_open=False).launch(show_api=False, show_error=True)
|
|
|
50 |
examples=examples,
|
51 |
title=title,
|
52 |
description=description,
|
53 |
+
|
54 |
allow_flagging='never',
|
55 |
cache_examples=False).queue(concurrency_count=1, api_open=False).launch(show_api=False, show_error=True)
|