Spaces:
Sleeping
Sleeping
File size: 851 Bytes
994ff2f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{\rtf1\ansi\ansicpg1252\cocoartf2709
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;\red147\green0\blue147;\red255\green255\blue255;\red24\green30\blue42;
\red50\green94\blue238;\red66\green147\blue62;}
{\*\expandedcolortbl;;\cssrgb\c65098\c14902\c64314;\cssrgb\c100000\c100000\c100000;\cssrgb\c12157\c16078\c21569;
\cssrgb\c25098\c47059\c94902;\cssrgb\c31373\c63137\c30980;}
\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\deftab720
\pard\pardeftab720\partightenfactor0
\f0\fs28 \cf2 \cb3 \expnd0\expndtw0\kerning0
import\cf4 gradio \cf2 as\cf4 gr\
\
\cf2 def\cf4 \cf5 greet\cf4 (name):\
\cf2 return\cf4 \cf6 "Hello "\cf4 + name + \cf6 "!!"\cf4 \
\
iface = gr.Interface(fn=greet, inputs=\cf6 "text"\cf4 , outputs=\cf6 "text"\cf4 )\
iface.launch()} |