kongkip commited on
Commit
4e95af2
1 Parent(s): c379fcb

minor updates

Browse files
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1,6 +1,9 @@
1
  import gradio as gr
2
  from huggingface_hub import from_pretrained_keras
3
 
 
 
 
4
 
5
  def greet(name):
6
  return "Hello " + name + "!!"
 
1
  import gradio as gr
2
  from huggingface_hub import from_pretrained_keras
3
 
4
+ model = from_pretrained_keras("Narsil/pet-segmentation")
5
+
6
+ print(model.summary())
7
 
8
  def greet(name):
9
  return "Hello " + name + "!!"
requirements.txt CHANGED
@@ -1 +1 @@
1
- huggingface_hub["tensorflow"]
 
1
+ huggingface_hub