Spaces:
Running
on
Zero
Running
on
Zero
chenlin
commited on
Commit
·
f0b9014
1
Parent(s):
abbf8c3
update
Browse files
app.py
CHANGED
@@ -102,9 +102,9 @@ with gr.Blocks(title='ShareCaptioner-Video', theme=gr.themes.Default(), css=bloc
|
|
102 |
submit_btn_pr.click(generate_promptrecaptioning, [textbox], [textbox_out])
|
103 |
|
104 |
### for local launch
|
105 |
-
demo.launch(server_name="0.0.0.0",
|
106 |
-
|
107 |
-
|
108 |
|
109 |
### for huggingface launch
|
110 |
-
|
|
|
102 |
submit_btn_pr.click(generate_promptrecaptioning, [textbox], [textbox_out])
|
103 |
|
104 |
### for local launch
|
105 |
+
# demo.launch(server_name="0.0.0.0",
|
106 |
+
# server_port=28358,
|
107 |
+
# share=True)
|
108 |
|
109 |
### for huggingface launch
|
110 |
+
demo.launch()
|