Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from text_generation import AsyncClient
|
3 |
-
|
4 |
|
5 |
endpoint_url = "http://127.0.0.1:8080"
|
6 |
client = AsyncClient(endpoint_url)
|
|
|
1 |
import gradio as gr
|
2 |
from text_generation import AsyncClient
|
3 |
+
import text_generation.types.Message as Message
|
4 |
|
5 |
endpoint_url = "http://127.0.0.1:8080"
|
6 |
client = AsyncClient(endpoint_url)
|