Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
|
|
28 |
MAX_SEED = np.iinfo(np.int32).max
|
29 |
|
30 |
if not torch.cuda.is_available():
|
31 |
-
DESCRIPTION += "\n<p>
|
32 |
|
33 |
MAX_SEED = np.iinfo(np.int32).max
|
34 |
|
@@ -202,4 +202,4 @@ with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
|
|
202 |
)
|
203 |
|
204 |
if __name__ == "__main__":
|
205 |
-
demo.queue(max_size=20).launch(show_api=
|
|
|
28 |
MAX_SEED = np.iinfo(np.int32).max
|
29 |
|
30 |
if not torch.cuda.is_available():
|
31 |
+
DESCRIPTION += "\n<p>xxxx</p>"
|
32 |
|
33 |
MAX_SEED = np.iinfo(np.int32).max
|
34 |
|
|
|
202 |
)
|
203 |
|
204 |
if __name__ == "__main__":
|
205 |
+
demo.queue(max_size=20).launch(show_api=False, debug=False)
|