Link to weights
Browse files
app.py
CHANGED
@@ -328,6 +328,9 @@ with gr.Blocks(css=css, theme="ParityError/Interstellar") as demo:
|
|
328 |
# Outputs now include updates for the enriched prompt display components
|
329 |
outputs=[result, seed, enriched_prompt_display, enriched_prompt_text, enrichment_error],
|
330 |
)
|
|
|
|
|
|
|
331 |
|
332 |
if __name__ == "__main__":
|
333 |
demo.launch()
|
|
|
328 |
# Outputs now include updates for the enriched prompt display components
|
329 |
outputs=[result, seed, enriched_prompt_display, enriched_prompt_text, enrichment_error],
|
330 |
)
|
331 |
+
|
332 |
+
# Add link to model card
|
333 |
+
gr.Markdown("[F-Lite Model Card and Weights](https://huggingface.co/Freepik/F-Lite)")
|
334 |
|
335 |
if __name__ == "__main__":
|
336 |
demo.launch()
|