Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SamanthaStorm
/
TetherPro
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SamanthaStorm
commited on
Jul 8
Commit
230b99e
·
verified
·
1 Parent(s):
67cdd8d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -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