Lukas Korganas commited on
Commit ·
08ad240
1
Parent(s): d98e26f
Add AI editing conversation link
Browse files
app.py
CHANGED
|
@@ -85,7 +85,11 @@ def run_example(ex):
|
|
| 85 |
return ex["pipeline_config"], ex["inputs"], ex["inference_kwargs"], result
|
| 86 |
|
| 87 |
with gr.Blocks(title="Dynamic Transformers Pipeline API") as demo:
|
| 88 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column(scale=1):
|
|
|
|
| 85 |
return ex["pipeline_config"], ex["inputs"], ex["inference_kwargs"], result
|
| 86 |
|
| 87 |
with gr.Blocks(title="Dynamic Transformers Pipeline API") as demo:
|
| 88 |
+
gr.Markdown(
|
| 89 |
+
"# 🚀 Dynamic Transformers Pipeline API\n"
|
| 90 |
+
"[Continue AI conversation to edit](https://huggingface.co/chat/conversation/6a751b859a0b83e84c4abd74)\n\n"
|
| 91 |
+
"Zero-GPU. Pass any `transformers.pipeline` config via JSON."
|
| 92 |
+
)
|
| 93 |
|
| 94 |
with gr.Row():
|
| 95 |
with gr.Column(scale=1):
|