Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/Gaze-LLE
soiz1
/
Gaze-LLE
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soiz1
commited on
Jan 18
Commit
3637b84
·
verified
·
1 Parent(s):
64896d5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
import spaces
2
import gradio as gr
3
1
+
import xformers.ops
2
+
3
+
xformers.ops.disable_autotuning() # オートチューニングを無効化
4
+
5
import spaces
6
import gradio as gr
7