acecalisto3 commited on
Commit
ac9bc08
·
verified ·
1 Parent(s): 81ddbce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
 
2
  import gradio as gr
3
- from poe_api_wrapper import poe_api
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: