BillyAggarwal commited on
Commit
8c7bfb0
·
verified ·
1 Parent(s): 8a9d07a

Update gradioapp

Browse files
Files changed (1) hide show
  1. gradioapp +1 -1
gradioapp CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- client = InferenceClient("BillyAggarwal/NeuralStyleTransfer")
5
 
6
  def style_transfer(content_image, style_image):
7
  # send images to Hugging Face model
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("BillyAggarwal/NeuralStyleTrasnferModel.keras")
5
 
6
  def style_transfer(content_image, style_image):
7
  # send images to Hugging Face model