limitedonly41 commited on
Commit
8677f63
·
verified ·
1 Parent(s): b0da584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
2
  import torch
 
 
3
 
4
  # Configuration
5
  max_seq_length = 2048
 
1
  import gradio as gr
2
  import torch
3
+ import spaces
4
+
5
 
6
  # Configuration
7
  max_seq_length = 2048