nico-che commited on
Commit
56545ca
·
1 Parent(s): 0947e33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import gradio as gr
2
 
 
 
 
3
  model_name = "gpt2-large"
4
 
5
  inference = InferenceClient(
 
1
  import gradio as gr
2
 
3
+ from huggingface_hub import InferenceClient
4
+
5
+
6
  model_name = "gpt2-large"
7
 
8
  inference = InferenceClient(