Spaces:
Sleeping
Sleeping
Commit
·
76827a2
1
Parent(s):
f09322e
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,8 @@ def greet(name):
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
-
iface.launch()
|
|
|
|
|
|
|
|
|
|
4 |
return "Hello " + name + "!!"
|
5 |
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
+
iface.launch()
|
8 |
+
|
9 |
+
from datasets import load_dataset
|
10 |
+
|
11 |
+
dataset = load_dataset("Maxx0/sexting-nsfw-adultconten")
|