Spaces:
Runtime error
Runtime error
File size: 492 Bytes
f80be99 | 1 2 3 4 5 6 7 8 9 10 11 | {\rtf1\ansi\ansicpg1252\cocoartf2869
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww28860\viewh18120\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
\f0\fs24 \cf0 import gradio as gr\
demo = gr.Interface(fn=lambda x: x, inputs="text", outputs="text")\
demo.launch()\
} |