Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
9e0eddc
1
Parent(s):
e8ba715
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def tester(text):
|
|
112 |
}
|
113 |
</script>
|
114 |
</body>
|
115 |
-
</html>"""
|
116 |
|
117 |
return results[0]['label']
|
118 |
#return results
|
|
|
112 |
}
|
113 |
</script>
|
114 |
</body>
|
115 |
+
</html>""")
|
116 |
|
117 |
return results[0]['label']
|
118 |
#return results
|