Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# app.py
|
| 2 |
import json, requests, gradio as gr
|
| 3 |
-
import
|
| 4 |
|
| 5 |
API_URL = "http://0.0.0.0:8000/v1/chat/completions"
|
| 6 |
|
|
|
|
| 1 |
# app.py
|
| 2 |
import json, requests, gradio as gr
|
| 3 |
+
import server
|
| 4 |
|
| 5 |
API_URL = "http://0.0.0.0:8000/v1/chat/completions"
|
| 6 |
|