Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nico-che
/
rugbyxpert-gpt2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nico-che
commited on
Oct 5, 2023
Commit
56545ca
·
1 Parent(s):
0947e33
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -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(