Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,12 +65,12 @@ button {color: white; background-color: #106BA3; border: none; border-radius: 5p
|
|
65 |
"""
|
66 |
|
67 |
# Define interface
|
68 |
-
title = "
|
69 |
-
description = "
|
70 |
iface = gr.Interface(
|
71 |
fn=generate_image,
|
72 |
inputs=[
|
73 |
-
gr.components.Textbox(lines=2, placeholder="
|
74 |
gr.components.Dropdown(choices=["Stable Diffusion v1.5",], label="Choose Model", value='Stable Diffusion v1.5'),
|
75 |
gr.components.Checkbox(label="Translate The Text Before Generating Image", value=False)
|
76 |
],
|
|
|
65 |
"""
|
66 |
|
67 |
# Define interface
|
68 |
+
title = "حياك معك تصور"
|
69 |
+
description = "أكتب وصف لصورة ونسويها لك"
|
70 |
iface = gr.Interface(
|
71 |
fn=generate_image,
|
72 |
inputs=[
|
73 |
+
gr.components.Textbox(lines=2, placeholder="أدخل النص"),
|
74 |
gr.components.Dropdown(choices=["Stable Diffusion v1.5",], label="Choose Model", value='Stable Diffusion v1.5'),
|
75 |
gr.components.Checkbox(label="Translate The Text Before Generating Image", value=False)
|
76 |
],
|