salehalmansour commited on
Commit
2c0fb31
1 Parent(s): f609ac2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Enter the description of the image here..."),
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
  ],