Berbex commited on
Commit
327cf63
Β·
1 Parent(s): e070b62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  title = 'Text market sentiment'
6
  text_ = "Bitcoin to the moon"
7
- interface = gr.Interface.load("huggingface/Berbex/model",
8
  title = title,
9
  theme = "peach",
10
  examples = [[text_]]).launch()
 
4
 
5
  title = 'Text market sentiment'
6
  text_ = "Bitcoin to the moon"
7
+ interface = gr.Interface.load("huggingface/Berbex/Model",
8
  title = title,
9
  theme = "peach",
10
  examples = [[text_]]).launch()