Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ examples = [
|
|
6 |
["One day, "]
|
7 |
]
|
8 |
|
9 |
-
gr.Interface.load("huggingface/
|
10 |
|
11 |
|
12 |
#import gradio as gr
|
|
|
6 |
["One day, "]
|
7 |
]
|
8 |
|
9 |
+
gr.Interface.load("huggingface/psmathur/orca_mini_3b", title='My Second Text Generator', examples=examples).launch()
|
10 |
|
11 |
|
12 |
#import gradio as gr
|