Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
import streamlit as st
|
|
|
|
|
|
|
2 |
|
3 |
fuyu_client = Client("https://adept-fuyu-8b-demo.hf.space/")
|
4 |
def get_caption(image_in):
|
|
|
1 |
import streamlit as st
|
2 |
+
import gradio as gr
|
3 |
+
from gradio_client import Client
|
4 |
+
|
5 |
|
6 |
fuyu_client = Client("https://adept-fuyu-8b-demo.hf.space/")
|
7 |
def get_caption(image_in):
|