git add app.py git commit -m "Add application file" git push
Browse files
app.py
CHANGED
@@ -6,6 +6,6 @@ def greet(name):
|
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
iface.launch()
|
8 |
|
9 |
-
|
10 |
|
11 |
-
|
|
|
6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
7 |
iface.launch()
|
8 |
|
9 |
+
gr.Interface.load("models/gpt2-medium").launch()
|
10 |
|
11 |
+
gr.Interface.load("models/coffeeee/nsfw-story-generator2").launch()
|