Spaces:
Runtime error
Runtime error
Commit
·
c859de7
1
Parent(s):
2dc9b7e
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
project = hopsworks.login()
|
4 |
-
fs = project.get_feature_store()
|
5 |
-
dataset_api = project.get_dataset_api()
|
6 |
-
|
7 |
def article_selection(sentiment):
|
8 |
if sentiment == "Positive":
|
9 |
return f"""The sentence you requested is Positive!"""
|
|
|
1 |
import gradio as gr
|
2 |
|
|
|
|
|
|
|
|
|
3 |
def article_selection(sentiment):
|
4 |
if sentiment == "Positive":
|
5 |
return f"""The sentence you requested is Positive!"""
|