Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ tab1 = gr.Interface(
|
|
65 |
)
|
66 |
|
67 |
tab2 = gr.Interface(fn, inputs=text, outputs=slider2, examples=[url], api_name="text")
|
68 |
-
tab3 = gr.Interface(process_file, inputs=image2, outputs=png_file, examples=["
|
69 |
|
70 |
|
71 |
demo = gr.TabbedInterface(
|
|
|
65 |
)
|
66 |
|
67 |
tab2 = gr.Interface(fn, inputs=text, outputs=slider2, examples=[url], api_name="text")
|
68 |
+
tab3 = gr.Interface(process_file, inputs=image2, outputs=png_file, examples=["giraffe.jpg"], api_name="png")
|
69 |
|
70 |
|
71 |
demo = gr.TabbedInterface(
|