Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,11 +105,6 @@ with gr.Blocks(css='style.css') as demo:
|
|
105 |
]
|
106 |
prompt.submit(fn=generate, inputs=inputs, outputs=result, api_name="predict")
|
107 |
run_button.click(fn=generate, inputs=inputs, outputs=result)
|
108 |
-
gr.Examples(examples=examples,
|
109 |
-
inputs=inputs,
|
110 |
-
outputs=result,
|
111 |
-
fn=generate,
|
112 |
-
cache_examples=os.getenv('SYSTEM') == 'spaces')
|
113 |
|
114 |
|
115 |
with gr.Accordion(label='Biases and content acknowledgment', open=False):
|
|
|
105 |
]
|
106 |
prompt.submit(fn=generate, inputs=inputs, outputs=result, api_name="predict")
|
107 |
run_button.click(fn=generate, inputs=inputs, outputs=result)
|
|
|
|
|
|
|
|
|
|
|
108 |
|
109 |
|
110 |
with gr.Accordion(label='Biases and content acknowledgment', open=False):
|