abdulmatinomotoso
commited on
Commit
•
5228e84
1
Parent(s):
e3bc0a3
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,8 @@ def get_adult_content(text):
|
|
26 |
|
27 |
demo = gr.Interface(get_adult_content, inputs = gr.inputs.Textbox(label= "Input your text here"),
|
28 |
outputs = gr.outputs.Textbox(label='Category'))
|
|
|
|
|
29 |
|
30 |
if __name__ == "__main__":
|
31 |
demo.launch(debug=True)
|
|
|
26 |
|
27 |
demo = gr.Interface(get_adult_content, inputs = gr.inputs.Textbox(label= "Input your text here"),
|
28 |
outputs = gr.outputs.Textbox(label='Category'))
|
29 |
+
|
30 |
+
|
31 |
|
32 |
if __name__ == "__main__":
|
33 |
demo.launch(debug=True)
|