Kim Juwon
commited on
Commit
·
a0491f0
1
Parent(s):
fe65a7d
update UI/UX
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import requests
|
| 3 |
import json
|
| 4 |
|
| 5 |
-
MODAL_ENDPOINT = "https://
|
| 6 |
|
| 7 |
"""
|
| 8 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
|
|
|
| 2 |
import requests
|
| 3 |
import json
|
| 4 |
|
| 5 |
+
MODAL_ENDPOINT = "https://kim-ju-won--llama4-17b-chat-chat.modal.run"
|
| 6 |
|
| 7 |
"""
|
| 8 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|