Spaces:
Runtime error
Runtime error
Update app.py
#4
by
chris-rannou
HF Staff
- opened
app.py
CHANGED
|
@@ -3,6 +3,9 @@ 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 |
+
|
| 8 |
+
|
| 9 |
example = Pannellum().example_inputs()
|
| 10 |
|
| 11 |
demo = gr.Interface(
|