Upload folder using huggingface_hub
Browse files- index_app.py +1 -2
index_app.py
CHANGED
@@ -1038,6 +1038,5 @@ def save_prompt_tuning_config(root, domain, method, limit, language, max_tokens,
|
|
1038 |
demo = create_interface()
|
1039 |
|
1040 |
if __name__ == "__main__":
|
1041 |
-
|
1042 |
-
demo.launch()
|
1043 |
|
|
|
1038 |
demo = create_interface()
|
1039 |
|
1040 |
if __name__ == "__main__":
|
1041 |
+
demo.launch(server_port=7860)
|
|
|
1042 |
|