Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|