ysharma HF staff commited on
Commit
d8a7986
1 Parent(s): 1f43a97

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  # GPT-J-6B API
4
  API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
 
1
  import gradio as gr
2
+ import requests
3
 
4
  # GPT-J-6B API
5
  API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"