nikkmitra commited on
Commit
d536f9b
·
verified ·
1 Parent(s): 8a71b86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,8 +101,8 @@ function refresh() {
101
  """
102
 
103
  # Launch the interface
104
- with gr.Blocks(js=js_func) as demo:
105
- demo.launch()
106
 
107
  # Clean up temporary files (this will run after the Gradio server is closed)
108
  for file in os.listdir():
 
101
  """
102
 
103
  # Launch the interface
104
+ # with gr.Blocks(js=js_func) as demo:
105
+ demo.launch()
106
 
107
  # Clean up temporary files (this will run after the Gradio server is closed)
108
  for file in os.listdir():