Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ enhanced_accessibility = False #@param {type:"boolean"}
|
|
| 11 |
#else:
|
| 12 |
# raise Exception("Language not supported.")
|
| 13 |
#@markdown ---
|
| 14 |
-
use_gpu =
|
| 15 |
|
| 16 |
from fastapi import FastAPI, Request, Form
|
| 17 |
from fastapi.responses import HTMLResponse
|
|
|
|
| 11 |
#else:
|
| 12 |
# raise Exception("Language not supported.")
|
| 13 |
#@markdown ---
|
| 14 |
+
use_gpu = True #@param {type:"boolean"}
|
| 15 |
|
| 16 |
from fastapi import FastAPI, Request, Form
|
| 17 |
from fastapi.responses import HTMLResponse
|