Spaces:
Runtime error
Runtime error
Commit
·
0142444
1
Parent(s):
b160d29
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("huggingface/facebook?opt-350m"
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("huggingface/facebook?opt-350m", title="My First Text Generator", description="Input text and submit!").launch()
|