Spaces:
Sleeping
Sleeping
pablovela5620
commited on
Commit
•
013f890
1
Parent(s):
0df85bd
Upload gradio_app.py with huggingface_hub
Browse files- gradio_app.py +7 -0
gradio_app.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from mini_dpvo.gradio_ui.dpvo_ui import dpvo_block
|
2 |
+
import gradio as gr
|
3 |
+
|
4 |
+
with gr.Blocks() as demo:
|
5 |
+
dpvo_block.render()
|
6 |
+
|
7 |
+
demo.launch()
|