rholinshead commited on
Commit
1ad944d
1 Parent(s): 6a092d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from gradio_notebook import GradioNotebook
3
 
4
- AICONFIG_FILE_PATH = "./example_aiconfig.json" # Can also be empty or None!
5
  with gr.Blocks() as demo:
6
  GradioNotebook(config_path=AICONFIG_FILE_PATH)
7
 
 
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:
6
  GradioNotebook(config_path=AICONFIG_FILE_PATH)
7