Bp6969 commited on
Commit
500d3f3
1 Parent(s): 064e4c2

initial commit

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +3 -0
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: purple
6
  sdk: docker
7
  fullWidth: true
8
  duplicated_from: livebook-dev/livebook
 
9
  ---
10
 
11
  You can install and run [Livebook](https://livebook.dev/) inside a Hugging Face Space. Here's [a tutorial](https://huggingface.co/docs/hub/spaces-sdks-docker-livebook) on how to do that.
 
6
  sdk: docker
7
  fullWidth: true
8
  duplicated_from: livebook-dev/livebook
9
+ license: openrail++
10
  ---
11
 
12
  You can install and run [Livebook](https://livebook.dev/) inside a Hugging Face Space. Here's [a tutorial](https://huggingface.co/docs/hub/spaces-sdks-docker-livebook) on how to do that.
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.Interface.load("models/JAlexis/Bertv1_fine").launch()