Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wddw12332e
/
test_gradio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wddw12332e
commited on
Apr 18, 2024
Commit
740b8c2
·
verified
·
1 Parent(s):
4ff6dfe
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import os
2
-
3
4
def correct_spell(inputs):
5
return "res"
1
import os
2
+
import gradio as gr
3
4
def correct_spell(inputs):
5
return "res"