Jonny001 commited on
Commit
b1e1ef0
·
verified ·
1 Parent(s): 6606b94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def stop_generation():
37
  stop_event.set()
38
  return ["Generation stopped."] * 3
39
 
40
- with gr.Blocks() as interface:
41
  gr.Markdown(
42
  "### ⚠ Sorry for the inconvenience. The Space is currently running on the CPU, which might affect performance. We appreciate your understanding."
43
  )
 
37
  stop_event.set()
38
  return ["Generation stopped."] * 3
39
 
40
+ with gr.Blocks() as interface:#...
41
  gr.Markdown(
42
  "### ⚠ Sorry for the inconvenience. The Space is currently running on the CPU, which might affect performance. We appreciate your understanding."
43
  )