Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -67,4 +67,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 67 |
clear_btn.click(lambda: None, None, input_img, queue=False)
|
| 68 |
|
| 69 |
if __name__ == "__main__":
|
| 70 |
-
demo.launch()
|
|
|
|
| 67 |
clear_btn.click(lambda: None, None, input_img, queue=False)
|
| 68 |
|
| 69 |
if __name__ == "__main__":
|
| 70 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|