Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -193,4 +193,4 @@ print("Gradio interface defined. Ready for Hugging Face Spaces to launch.")
|
|
193 |
|
194 |
# If you want to run this locally for testing, uncomment the following line:
|
195 |
# if __name__ == "__main__":
|
196 |
-
# demo.launch(server_name="0.0.0.0", server_port=7860) # Share=True is not needed for local testing unless intended
|
|
|
193 |
|
194 |
# If you want to run this locally for testing, uncomment the following line:
|
195 |
# if __name__ == "__main__":
|
196 |
+
# demo.launch(server_name="0.0.0.0", server_port=7860) # Share=True is not needed for local testing unless intended.
|