Unknown gradio problem

#1
by digiplay - opened

hello, I'm starting to learn the program,

but I found some unkown problems today:

  1. https://huggingface.co/blog/gradio-spaces introduce a example simple code:

Screenshot_20240531_230709_Vivaldi Snapshot.jpg

cannot run now, I check the source code:

https://huggingface.co/spaces/merve/BigGAN-ImageNET

it look Fine , but still won't work.

  1. Simple code:

import gradio as gr
gr.load("models/anyusers/text-to-image-models").launch()

should work, but sdk:4.13.0 version , cannot run this now,

And

  1. if user use sdk: 4.31.5 it can generated pictures ,

but the same prompt still generated the same image,
it is strange , is it normally? ๐Ÿค”

and I cannot find any instructions tell users where to change example prompt ,

it is auto set to "A beautiful sunset", but I want to change it,

please help me ๐Ÿฅน๐Ÿ™๐Ÿ’•

Sign up or log in to comment