Spaces:
Runtime error
Runtime error
Update app.py
#3
by
Wauplin
HF staff
- opened
app.py
CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
|
|
3 |
from gradio_pannellum import Pannellum
|
4 |
|
5 |
|
|
|
6 |
example = Pannellum().example_inputs()
|
7 |
|
8 |
demo = gr.Interface(
|
|
|
3 |
from gradio_pannellum import Pannellum
|
4 |
|
5 |
|
6 |
+
|
7 |
example = Pannellum().example_inputs()
|
8 |
|
9 |
demo = gr.Interface(
|