spdraptor commited on
Commit
20740b5
·
1 Parent(s): 0f72ff6

variable name issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,4 +113,4 @@ with gr.Blocks(css=css) as demo:
113
  model, model_config = load_model()
114
 
115
  # Launch the Interface
116
- interface.launch()
 
113
  model, model_config = load_model()
114
 
115
  # Launch the Interface
116
+ demo.launch()