Update app.py
Browse files
app.py
CHANGED
|
@@ -5,5 +5,7 @@ def greet(name):
|
|
| 5 |
|
| 6 |
gr.load("models/fathyshalaby/emailclassifier").launch()
|
| 7 |
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
gr.load("models/fathyshalaby/emailclassifier").launch()
|
| 7 |
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 11 |
+
#iface.launch()
|