Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
# Problematic URL that triggers the SSRF validation error
|
4 |
# This is a legitimate Hugging Face URL that should be allowed
|
5 |
-
problematic_url = "https://huggingface.co/Norod78/
|
6 |
|
7 |
# Sample data with image URLs (similar to loras_state)
|
8 |
sample_data = [
|
|
|
2 |
|
3 |
# Problematic URL that triggers the SSRF validation error
|
4 |
# This is a legitimate Hugging Face URL that should be allowed
|
5 |
+
problematic_url = "https://huggingface.co/Norod78/Flux_1_Dev_LoRA_Paper-Cutout-Style/resolve/main/08a19840b6214b76b0607b2f9d5a7e28_63159b9d98124c008efb1d36446a615c.png"
|
6 |
|
7 |
# Sample data with image URLs (similar to loras_state)
|
8 |
sample_data = [
|