goodgreeff commited on
Commit
9bc65f4
1 Parent(s): 3aa280d

initial commit

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +3 -0
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: pink
5
  colorTo: purple
6
  sdk: docker
7
  fullWidth: true
 
8
  ---
9
 
10
  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.
 
5
  colorTo: purple
6
  sdk: docker
7
  fullWidth: true
8
+ license: apache-2.0
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.
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/facebook/bart-large-cnn").launch()