Update app.py
Browse files
app.py
CHANGED
|
@@ -182,10 +182,5 @@ with gr.Blocks(title="闀挎矙鐢电綉椤圭洰",
|
|
| 182 |
trigger=detect.click
|
| 183 |
)
|
| 184 |
|
| 185 |
-
demo.launch(debug=True)
|
| 186 |
|
| 187 |
-
#demo.queue()
|
| 188 |
-
demo.launch(debug=True)
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
### EOF ###
|
|
|
|
| 182 |
trigger=detect.click
|
| 183 |
)
|
| 184 |
|
| 185 |
+
demo.launch(debug=True, share=True)
|
| 186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|