ManarAli commited on
Commit
7f8c4d6
Β·
verified Β·
1 Parent(s): 25f6231
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,8 +84,8 @@ with gr.Blocks() as demo:
84
  )
85
 
86
  prompt_input = gr.Textbox(
87
- value="Beschreibung:",
88
- label="Ihre Beschreibung"
89
  )
90
 
91
  output_text = gr.Textbox(label="Model's response")
 
84
  )
85
 
86
  prompt_input = gr.Textbox(
87
+ value="Description",
88
+ label="Your description"
89
  )
90
 
91
  output_text = gr.Textbox(label="Model's response")