ydshieh
commited on
Commit
·
605cc24
1
Parent(s):
ba66e31
Update
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def main():
|
|
| 61 |
outputs=[image_output, text_output1],
|
| 62 |
show_progress=True, queue=True)
|
| 63 |
|
| 64 |
-
demo.launch(
|
| 65 |
|
| 66 |
|
| 67 |
if __name__ == "__main__":
|
|
|
|
| 61 |
outputs=[image_output, text_output1],
|
| 62 |
show_progress=True, queue=True)
|
| 63 |
|
| 64 |
+
demo.launch()
|
| 65 |
|
| 66 |
|
| 67 |
if __name__ == "__main__":
|