Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,5 @@ app = gr.Interface(
|
|
38 |
flagging_mode="never"
|
39 |
)
|
40 |
|
41 |
-
#
|
42 |
-
app.launch(share=True
|
43 |
-
|
|
|
38 |
flagging_mode="never"
|
39 |
)
|
40 |
|
41 |
+
# Launch Gradio app
|
42 |
+
app.launch(share=True) # 'share' parameter will generate a public link
|
|