Spaces:
Sleeping
Sleeping
SophiaGaogao
commited on
Commit
•
402b0d0
1
Parent(s):
089e6e3
Update app.py
Browse files
app.py
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio.mix important Parallel
|
3 |
+
|
4 |
+
title="My First text Generator"
|
5 |
+
description="Input text. "
|
6 |
+
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title="My First Text Generator" , description="Input test.").launch()
|
7 |
+
model1=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|
8 |
+
model2+gr.Interface.load("hugginggace/gpt2")
|
9 |
+
model3=gr.Interface.load("huggingface/EleutherAI/gpt-neo-125M")
|