Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,5 @@ demo = gr.Interface(
|
|
115 |
# For Hugging Face Spaces deployment
|
116 |
if __name__ == "__main__":
|
117 |
demo.launch(
|
118 |
-
server_name="0.0.0.0",
|
119 |
-
server_port=7860,
|
120 |
share=True # Set to False for Hugging Face Spaces
|
121 |
)
|
|
|
115 |
# For Hugging Face Spaces deployment
|
116 |
if __name__ == "__main__":
|
117 |
demo.launch(
|
|
|
|
|
118 |
share=True # Set to False for Hugging Face Spaces
|
119 |
)
|