mantrakp commited on
Commit
ed6eb6d
1 Parent(s): 5061d40

Refactor UI structure and import spaces module

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  from src.ui import (
4
  image_tab,
 
1
  import gradio as gr
2
+ import spaces
3
 
4
  from src.ui import (
5
  image_tab,