Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ demo = gr.Interface(
|
|
| 53 |
description="Upload an image and ask a question about it."
|
| 54 |
)
|
| 55 |
|
| 56 |
-
# 5. Launch
|
| 57 |
if __name__ == "__main__":
|
| 58 |
demo.launch()
|
| 59 |
|
|
|
|
| 53 |
description="Upload an image and ask a question about it."
|
| 54 |
)
|
| 55 |
|
| 56 |
+
# 5. Launch
|
| 57 |
if __name__ == "__main__":
|
| 58 |
demo.launch()
|
| 59 |
|