Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ def infer(
|
|
| 156 |
|
| 157 |
|
| 158 |
if USE_ZERO_GPU:
|
| 159 |
-
infer = spaces.GPU(infer
|
| 160 |
|
| 161 |
if __name__ == "__main__":
|
| 162 |
demo = gradio_interface()
|
|
|
|
| 156 |
|
| 157 |
|
| 158 |
if USE_ZERO_GPU:
|
| 159 |
+
infer = spaces.GPU(infer)
|
| 160 |
|
| 161 |
if __name__ == "__main__":
|
| 162 |
demo = gradio_interface()
|