Gregniuki commited on
Commit
59005cf
1 Parent(s): 8b92a55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  from fastapi import FastAPI
2
  import json
3
  import logging
 
1
+ use_gpu = False #@param {type:"boolean"}
2
  from fastapi import FastAPI
3
  import json
4
  import logging