Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
AICONFIG_FILE_PATH = "./my_app.aiconfig.json" # Can also be empty or None!
|
5 |
with gr.Blocks() as demo:
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio_notebook import GradioNotebook
|
3 |
|
4 |
AICONFIG_FILE_PATH = "./my_app.aiconfig.json" # Can also be empty or None!
|
5 |
with gr.Blocks() as demo:
|