Spaces:
Running
Running
fix
Browse files
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 |
|