Spaces:
Sleeping
Sleeping
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://
|
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/JojosoStyle-flux-lora/resolve/main/samples/1725217578243__000000000_0.jpg"
|
6 |
|
7 |
# Sample data with image URLs (similar to loras_state)
|
8 |
sample_data = [
|