Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,8 @@ with gr.Blocks(css=css) as demo:
|
|
313 |
4. If CAC type is "Refine", the source prompt be a subsequence of the target prompt; otherwise, an error will be raised. <br>
|
314 |
</p>
|
315 |
<p>
|
316 |
-
<b>Runtimes:</b> 30s on A10G small,
|
|
|
317 |
{colab_instruction}
|
318 |
Running on <b>{device_print}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
|
319 |
</p>
|
|
|
313 |
4. If CAC type is "Refine", the source prompt be a subsequence of the target prompt; otherwise, an error will be raised. <br>
|
314 |
</p>
|
315 |
<p>
|
316 |
+
<b>Runtimes:</b> 30s on A10G small, 90s on T4 small. <br>
|
317 |
+
</p>
|
318 |
{colab_instruction}
|
319 |
Running on <b>{device_print}</b>{(" in a <b>Google Colab</b>." if is_colab else "")}
|
320 |
</p>
|