ldhldh commited on
Commit
a42689d
1 Parent(s): 722ab73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ import inspect
4
  from gradio import routes
5
  from typing import List, Type
6
 
 
 
7
  # Monkey patch
8
  def get_types(cls_set: List[Type], component: str):
9
  docset = []
 
4
  from gradio import routes
5
  from typing import List, Type
6
 
7
+ gradio_client = GrClient("https://ldhldh-polyglot-ko-1-3b-peft-demo.hf.space/")
8
+
9
  # Monkey patch
10
  def get_types(cls_set: List[Type], component: str):
11
  docset = []