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

Updated lines 55 & 62

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -48,13 +48,18 @@ class AnimeGANv3:
48
  return None, None
49
  except Exception as error:
50
  print('global exception', error)
51
- return None, None
 
 
 
 
 
52
 
53
  # Define the DESCRIPTION markdown with an embedded image
54
  DESCRIPTION = f"""
55
  # [AnimeGANv3_Disney v1.0 Implementation](https://github.com/TachibanaYoshino/AnimeGANv3)
56
 
57
- {gr.HTML('<img id="overview" alt="overview" src="https://huggingface.co/spaces/TroglodyteDerivations/AnimeGANv3_Disney_Style_Implementation/blob/main/output/output_Gemelas.png"/>')}
58
  """
59
 
60
  # Create an instance of the AnimeGANv3 class
 
48
  return None, None
49
  except Exception as error:
50
  print('global exception', error)
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