changxin commited on
Commit
8958c8d
·
1 Parent(s): 1d0ae93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def fx5():
47
  def fx6():
48
  return ht_text
49
 
50
- def FX7(input_path,input_path2):
51
  input_img = load_img(input_path)
52
  input_img2 = load_img(input_path2)
53
  hub_model = hub.load('https://tfhub.dev/google/magenta/arbitrary-image-stylization-v1-256/2')
 
47
  def fx6():
48
  return ht_text
49
 
50
+ def fx7(input_path,input_path2):
51
  input_img = load_img(input_path)
52
  input_img2 = load_img(input_path2)
53
  hub_model = hub.load('https://tfhub.dev/google/magenta/arbitrary-image-stylization-v1-256/2')