Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,8 +118,6 @@ text_clf.predict(["Congratulations! You are selected for a free vouchar worth $5
|
|
118 |
|
119 |
"""<h3 align = "center">Creating User Interface!</h3>"""
|
120 |
|
121 |
-
! pip install gradio
|
122 |
-
|
123 |
import gradio as gr
|
124 |
|
125 |
def first_nlp_spam_detector(text):
|
|
|
118 |
|
119 |
"""<h3 align = "center">Creating User Interface!</h3>"""
|
120 |
|
|
|
|
|
121 |
import gradio as gr
|
122 |
|
123 |
def first_nlp_spam_detector(text):
|