Spaces:
Runtime error
Runtime error
Commit
·
2c1cec6
1
Parent(s):
fd40690
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,5 +3,6 @@ import gradio as gr
|
|
| 3 |
def greet(name):
|
| 4 |
return "Hello " + name + "!!"
|
| 5 |
|
| 6 |
-
|
| 7 |
-
iface.
|
|
|
|
|
|
| 3 |
def greet(name):
|
| 4 |
return "Hello " + name + "!!"
|
| 5 |
|
| 6 |
+
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B").launch;
|
| 7 |
+
#iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 8 |
+
#iface.launch()
|