Create app.py
Browse files
app.py
CHANGED
|
@@ -33,4 +33,4 @@ def predict(text):
|
|
| 33 |
demo = gr.Interface(fn=predict, inputs="text", outputs="label")
|
| 34 |
|
| 35 |
if __name__ == "__main__":
|
| 36 |
-
demo.launch()
|
|
|
|
| 33 |
demo = gr.Interface(fn=predict, inputs="text", outputs="label")
|
| 34 |
|
| 35 |
if __name__ == "__main__":
|
| 36 |
+
demo.launch()
|