SamanthaStorm commited on
Commit
230b99e
·
verified ·
1 Parent(s): 67cdd8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- import gradio
 
2
  import spaces
3
  import torch
4
  import numpy as np
 
1
+ # Add these imports at the very top of your file, before any other imports
2
+ import gradio as gr
3
  import spaces
4
  import torch
5
  import numpy as np