Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(theme=gr.themes.Default(), css='styles.css') as demo:
|
|
162 |
|
163 |
with gr.Group('Interpretation'):
|
164 |
interpretation_prompt = gr.Text(suggested_interpretation_prompts[0], label='Interpretation Prompt')
|
165 |
-
gr.Examples([[p] for p in suggested_interpretation_prompts], [interpretation_prompt])
|
166 |
# gr.Markdown('''
|
167 |
# Here are some examples of prompts we can analyze their internal representations:
|
168 |
# ''')
|
|
|
162 |
|
163 |
with gr.Group('Interpretation'):
|
164 |
interpretation_prompt = gr.Text(suggested_interpretation_prompts[0], label='Interpretation Prompt')
|
165 |
+
gr.Examples([[p] for p in suggested_interpretation_prompts], [interpretation_prompt], cache_examples=False)
|
166 |
# gr.Markdown('''
|
167 |
# Here are some examples of prompts we can analyze their internal representations:
|
168 |
# ''')
|