Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Linahosnaparty
/
Cookieruncharacters
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Create app.py
#1
by
Linahosnaparty
- opened
Feb 25, 2024
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+10
-0
Files changed (1)
hide
show
app.py
+10
-0
app.py
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
import gradio as gr
2
+
3
+
from transformers import pipeline
4
+
5
+
cookierun
6
+
7
+
inputs = "text"
8
+
outputs = 'image'
9
+
title = 'sentiment analysis'
10
+
description=cookierun text to image input")