Spaces:
Sleeping
Sleeping
jjh
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
# Load the model
|
4 |
+
model = gr.load("models/ahmedrachid/FinancialBERT-Sentiment-Analysis")
|
5 |
+
|
6 |
+
# Launch the Gradio interface with share=True
|
7 |
+
gr.launch(model, share=True)
|