Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- app.py +11 -0
- model_B.pt +3 -0
app.py
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{\rtf1\ansi\ansicpg1252\cocoartf2869
|
| 2 |
+
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
|
| 3 |
+
{\colortbl;\red255\green255\blue255;}
|
| 4 |
+
{\*\expandedcolortbl;;}
|
| 5 |
+
\paperw11900\paperh16840\margl1440\margr1440\vieww28860\viewh18120\viewkind0
|
| 6 |
+
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
|
| 7 |
+
|
| 8 |
+
\f0\fs24 \cf0 import gradio as gr\
|
| 9 |
+
demo = gr.Interface(fn=lambda x: x, inputs="text", outputs="text")\
|
| 10 |
+
demo.launch()\
|
| 11 |
+
}
|
model_B.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f050ccbe2010ef94e3122a10c68269e80b6d6c2d49ac2d79d819753396358b0
|
| 3 |
+
size 45847659
|