Spaces:
Running
on
Zero
Running
on
Zero
up
Browse files
app.py
CHANGED
|
@@ -61,6 +61,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 61 |
gr.Markdown(
|
| 62 |
"Enter a **repo_id** and **filename**. This repo automatically compiles the Flux.1-Dev model ahead of time. Read more about this in [this post](https://huggingface.co/blog/zerogpu-aoti)."
|
| 63 |
)
|
|
|
|
| 64 |
|
| 65 |
repo_id = gr.Textbox(label="repo_id", placeholder="e.g. sayakpaul/qwen-aot")
|
| 66 |
filename = gr.Textbox(label="filename", placeholder="e.g. compiled.pt2")
|
|
|
|
| 61 |
gr.Markdown(
|
| 62 |
"Enter a **repo_id** and **filename**. This repo automatically compiles the Flux.1-Dev model ahead of time. Read more about this in [this post](https://huggingface.co/blog/zerogpu-aoti)."
|
| 63 |
)
|
| 64 |
+
gr.Markdown("Depending on the model, it can take some time (2-10 mins) to compile.")
|
| 65 |
|
| 66 |
repo_id = gr.Textbox(label="repo_id", placeholder="e.g. sayakpaul/qwen-aot")
|
| 67 |
filename = gr.Textbox(label="filename", placeholder="e.g. compiled.pt2")
|