Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ examples = []
|
|
42 |
for x in range(8):
|
43 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
44 |
|
45 |
-
title = "Stable Diffusion Prompt Generator"
|
46 |
description = 'ni adalah demo dari seri model: "MagicPrompt", dalam kasus ini, ditujukan untuk: "Stable Diffusion". Untuk menggunakannya, cukup kirim teks Anda atau klik salah satu contoh. Untuk mempelajari lebih lanjut tentang model ini, klik di sini<br>This is a demo of the model series: "MagicPrompt", in this case, aimed at: "Stable Diffusion". To use it, simply submit your text or click on one of the examples. To learn more about the model, [click here](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion).<br>'
|
47 |
|
48 |
grad.Interface(fn=generate,
|
|
|
42 |
for x in range(8):
|
43 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
44 |
|
45 |
+
title = "Translator Stable Diffusion Prompt Generator"
|
46 |
description = 'ni adalah demo dari seri model: "MagicPrompt", dalam kasus ini, ditujukan untuk: "Stable Diffusion". Untuk menggunakannya, cukup kirim teks Anda atau klik salah satu contoh. Untuk mempelajari lebih lanjut tentang model ini, klik di sini<br>This is a demo of the model series: "MagicPrompt", in this case, aimed at: "Stable Diffusion". To use it, simply submit your text or click on one of the examples. To learn more about the model, [click here](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion).<br>'
|
47 |
|
48 |
grad.Interface(fn=generate,
|