samim commited on
Commit
b293bc0
1 Parent(s): 34aaaa2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with demo:
56
  )
57
  with gr.Row():
58
  # example_prompt = gr.Radio( ["Once upon a time in a land far away"], label= "Choose a sample Prompt")
59
- example_prompt = ""
60
  #with gr.Column:
61
  input_prompt = gr.Textbox(label="Write text to prompt the model", value="Once upon a time in a land far away", lines=6)
62
 
 
56
  )
57
  with gr.Row():
58
  # example_prompt = gr.Radio( ["Once upon a time in a land far away"], label= "Choose a sample Prompt")
59
+ example_prompt = [""]
60
  #with gr.Column:
61
  input_prompt = gr.Textbox(label="Write text to prompt the model", value="Once upon a time in a land far away", lines=6)
62