SoSa123456 commited on
Commit
e5ff8e5
·
1 Parent(s): 6311687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,4 +1,3 @@
1
- # Use a pipeline as a high-level helper
2
- from transformers import pipeline
3
 
4
- pipe = pipeline("text-generation", model="akshat-52/falcon-7b-sharded-bf16-finetuned-sexual-health-conversational")
 
1
+ import gradio as gr
 
2
 
3
+ gr.load("models/akshat-52/falcon-7b-sharded-bf16-finetuned-sexual-health-conversational").launch()