Update app.py
Browse files
app.py
CHANGED
|
@@ -84,4 +84,5 @@ def greet(name):
|
|
| 84 |
return "Hello " + name + "!!"
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|
| 87 |
-
iface = gr.Interface(fn=descImage,inputs="text",outputs="text")
|
|
|
|
|
|
| 84 |
return "Hello " + name + "!!"
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|
| 87 |
+
iface = gr.Interface(fn=descImage,inputs="text",outputs="text")
|
| 88 |
+
iface.launch()
|