Update app.py
Browse files
app.py
CHANGED
@@ -51,6 +51,6 @@ pipeline = AutoPipelineForInpainting.from_pretrained(
|
|
51 |
|
52 |
pipeline.to(device)
|
53 |
|
54 |
-
app = gr.Interface(draw_on_image, inputs=inputs, outputs="image", title="Stable Diffusion Inpainting", description="EN: To use it, you need to select an object in the image and enter in the prompt line what you want to see in place of this object.\n \nRU: Для использования, вам необходимо выделить объект на изображении и ввести в строку \"prompt\" то, что вы хотите видеть на месте данного объекта.\n \nTelegram channel of the author: t.me/PyWebChan")
|
55 |
app.queue()
|
56 |
app.launch(share=True)
|
|
|
51 |
|
52 |
pipeline.to(device)
|
53 |
|
54 |
+
app = gr.Interface(draw_on_image, inputs=inputs, outputs="image", title="Stable Diffusion Inpainting", description="EN: To use it, you need to select an object in the image and enter in the prompt line what you want to see in place of this object.\nIf you received a black image, then the neural networks in HuggingFace identified the result as pornography. Try again.\n \nRU: Для использования, вам необходимо выделить объект на изображении и ввести в строку \"prompt\" то, что вы хотите видеть на месте данного объекта.\nЕсли вы получили изображение черного цвета, то нейронные сети в Hugging Face идентифицировали результат как порнографию. Пробовать снова.\n \nTelegram channel of the author: t.me/PyWebChan")
|
55 |
app.queue()
|
56 |
app.launch(share=True)
|