Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
import gradio as gr
|
3 |
-
from poe_api_wrapper import
|
4 |
from typing import Generator
|
5 |
|
6 |
def init_client(p_b: str, p_lat: str) -> PoeApi:
|
|
|
1 |
|
2 |
import gradio as gr
|
3 |
+
from poe_api_wrapper import PoeApi
|
4 |
from typing import Generator
|
5 |
|
6 |
def init_client(p_b: str, p_lat: str) -> PoeApi:
|