Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dammy
/
esgClassifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dammy
commited on
Nov 21, 2023
Commit
1d3ea69
·
1 Parent(s):
ea126ff
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -1,9 +1,7 @@
1
import gradio as gr
2
3
4
-
#
Define a function to generate
text
.
5
-
def generate_text(text):
6
-
7
8
return 'success'
9
1
import gradio as gr
2
3
4
+
def
generate_text(
text
):
5
6
return 'success'
7