Spaces:
Runtime error
Runtime error
initial commit
Browse files
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()
|