TroglodyteDerivations commited on
Commit
1a672d8
1 Parent(s): 55c17fa

Updated with [removal] : image_url | Updated with [removal] gr.HTML()

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -51,15 +51,13 @@ class AnimeGANv3:
51
  return None, None
52
 
53
 
54
- # Define the URL for the image
55
- image_url = "https://huggingface.co/spaces/TroglodyteDerivations/AnimeGANv3_Disney_Style_Implementation/blob/main/output/output_Gemelas.png"
56
 
57
 
58
  # Define the DESCRIPTION markdown with an embedded image
59
  DESCRIPTION = f"""
60
  # [AnimeGANv3_Disney v1.0 Implementation](https://github.com/TachibanaYoshino/AnimeGANv3)
61
 
62
- gr.HTML('<img id="overview" alt="overview" src="https://huggingface.co/spaces/TroglodyteDerivations/AnimeGANv3_Disney_Style_Implementation/blob/main/output/output_Gemelas.png" style="max-width: 100%; height: auto;"/>')
63
  """
64
 
65
  # Create an instance of the AnimeGANv3 class
 
51
  return None, None
52
 
53
 
54
+
 
55
 
56
 
57
  # Define the DESCRIPTION markdown with an embedded image
58
  DESCRIPTION = f"""
59
  # [AnimeGANv3_Disney v1.0 Implementation](https://github.com/TachibanaYoshino/AnimeGANv3)
60
 
 
61
  """
62
 
63
  # Create an instance of the AnimeGANv3 class